Clone04 commited on
Commit
aef93ae
·
verified ·
1 Parent(s): 1e625fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- "franciszzj/Leffa",
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