Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|