tonyassi commited on
Commit
7ec0a48
·
verified ·
1 Parent(s): daeb78e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ 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=[...],
 
2
 
3
  gr.load(
4
  "tonyassi/mgm", # keep the models/ prefix
5
+ src="models",
6
  token=os.environ["HF_TOKEN"], # must be non-empty
7
  inputs=gr.Textbox(...),
8
  examples=[...],