Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import tempfile
|
|
| 6 |
from huggingface_hub import InferenceClient
|
| 7 |
|
| 8 |
# Replace this with your exact model repo ID
|
| 9 |
-
MODEL_ID = "
|
| 10 |
|
| 11 |
# Securely load the Hugging Face token from Space secrets
|
| 12 |
hf_token = os.environ.get("HF_TOKEN")
|
|
@@ -338,4 +338,4 @@ with gr.Blocks(theme=gr.themes.Soft(), css=custom_css) as demo:
|
|
| 338 |
|
| 339 |
# Launch the app
|
| 340 |
if __name__ == "__main__":
|
| 341 |
-
demo.launch()
|
|
|
|
| 6 |
from huggingface_hub import InferenceClient
|
| 7 |
|
| 8 |
# Replace this with your exact model repo ID
|
| 9 |
+
MODEL_ID = "tensorvizion/O-wen-4.6"
|
| 10 |
|
| 11 |
# Securely load the Hugging Face token from Space secrets
|
| 12 |
hf_token = os.environ.get("HF_TOKEN")
|
|
|
|
| 338 |
|
| 339 |
# Launch the app
|
| 340 |
if __name__ == "__main__":
|
| 341 |
+
demo.launch()
|