Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ HF_TOKEN = os.getenv("HF_TOKEN") # export HF_TOKEN="hf_..."
|
|
12 |
# 1) Connect to the Leffa Gradio app’s predict endpoint
|
13 |
# Use the full "/call/predict" API path as shown on the View API page
|
14 |
client = Client(
|
15 |
-
"
|
16 |
hf_token=HF_TOKEN,
|
17 |
) # Gradio Python client
|
18 |
|
|
|
12 |
# 1) Connect to the Leffa Gradio app’s predict endpoint
|
13 |
# Use the full "/call/predict" API path as shown on the View API page
|
14 |
client = Client(
|
15 |
+
"GenieLamp/VTON",
|
16 |
hf_token=HF_TOKEN,
|
17 |
) # Gradio Python client
|
18 |
|