Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
-
repo = "nevreal/
|
4 |
-
demo = gr.load(repo, src="models", hf_token=os.environ.get("HF_TOKEN"), title="
|
5 |
demo.launch()
|
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
+
repo = "nevreal/lizzy" # modify this
|
4 |
+
demo = gr.load(repo, src="models", hf_token=os.environ.get("HF_TOKEN"), title="lizzy")
|
5 |
demo.launch()
|