acecalisto3 commited on
Commit
23b24a0
·
verified ·
1 Parent(s): 130e96a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -360,7 +360,7 @@ with gr.Blocks(css=customCSS, theme='ParityError/Interstellar') as demo:
360
  )
361
 
362
  # --- Initialize Hugging Face Client ---
363
- client = InferenceClient(repo_id=MODEL_NAME, token=os.environ.get("HF_TOKEN"))
364
 
365
  # --- Launch Gradio ---
366
  demo.queue().launch(debug=True)
 
360
  )
361
 
362
  # --- Initialize Hugging Face Client ---
363
+ client = InferenceClient(repo_id="MODEL_NAME", token=os.environ.get("HF_TOKEN"))
364
 
365
  # --- Launch Gradio ---
366
  demo.queue().launch(debug=True)