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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr, os
2
 
3
  gr.load(
4
- "models/tonyassi/mgm", # keep the models/ prefix
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=[...],