tonyassi commited on
Commit
cc765d2
·
verified ·
1 Parent(s): b3969f5

Update app.py

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