fantos commited on
Commit
554c43d
Β·
verified Β·
1 Parent(s): 3241add

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,8 +17,8 @@ if not REPL_TOKEN:
17
  os.environ["REPLICATE_API_TOKEN"] = REPL_TOKEN # ꡬ쑰 μœ μ§€ (Replicate λ―Έμ‚¬μš©)
18
 
19
  # ── Gradio μ„œλ²„ ─────────────────────────────────────────────
20
- GRADIO_URL = "http://211.233.58.201:7896"
21
- GRADIO_API = "/generate_image"
22
  DUMMY_IMG = "https://raw.githubusercontent.com/gradio-app/gradio/main/test/test_files/bus.png"
23
 
24
  # ── λ²ˆμ—­ νŒŒμ΄ν”„λΌμΈ (CPU) ───────────────────────────────────
 
17
  os.environ["REPLICATE_API_TOKEN"] = REPL_TOKEN # ꡬ쑰 μœ μ§€ (Replicate λ―Έμ‚¬μš©)
18
 
19
  # ── Gradio μ„œλ²„ ─────────────────────────────────────────────
20
+ GRADIO_URL = "http://211.233.58.201:7971"
21
+ GRADIO_API = "/process_and_save_image"
22
  DUMMY_IMG = "https://raw.githubusercontent.com/gradio-app/gradio/main/test/test_files/bus.png"
23
 
24
  # ── λ²ˆμ—­ νŒŒμ΄ν”„λΌμΈ (CPU) ───────────────────────────────────