Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
|
4 |
-
gr.load("tonyassi/mgm",
|
5 |
hf_token = os.environ.get("HF_TOKEN"),
|
6 |
inputs=gr.Textbox(label='Prompt (use "mgm film" as keyword)', value='mgm film '),
|
7 |
examples=[['mgm film megan fox pinup girl'], ['mgm film asap rocky eating in a fancy restaurant, 1950s'], ['mgm film bettie page outside a mansion with two poodles'],['mgm film lady gaga in a limo, neon lights, pet snake']],
|
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
|
4 |
+
gr.load("models/tonyassi/mgm",
|
5 |
hf_token = os.environ.get("HF_TOKEN"),
|
6 |
inputs=gr.Textbox(label='Prompt (use "mgm film" as keyword)', value='mgm film '),
|
7 |
examples=[['mgm film megan fox pinup girl'], ['mgm film asap rocky eating in a fancy restaurant, 1950s'], ['mgm film bettie page outside a mansion with two poodles'],['mgm film lady gaga in a limo, neon lights, pet snake']],
|