Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr, os
|
2 |
|
3 |
gr.load(
|
4 |
-
"
|
5 |
token=os.environ["HF_TOKEN"], # must be non-empty
|
6 |
inputs=gr.Textbox(...),
|
7 |
examples=[...],
|
|
|
1 |
import gradio as gr, os
|
2 |
|
3 |
gr.load(
|
4 |
+
"tonyassi/mgm", # keep the models/ prefix
|
5 |
token=os.environ["HF_TOKEN"], # must be non-empty
|
6 |
inputs=gr.Textbox(...),
|
7 |
examples=[...],
|