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/hitori-gotou-s1-ponyxl-lora-nochekaiser" # modify this
|
4 |
-
demo = gr.load(repo, src="models", hf_token=os.environ.get("HF_TOKEN"), title="nevreal/hitori-gotou-s1-ponyxl-lora-nochekaiser")
|
5 |
demo.launch()
|
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
repo = "nevreal/hitori-gotou-s1-ponyxl-lora-nochekaiser" # modify this
|
4 |
+
demo = gr.load(repo, src="models", hf_token=os.environ.get("HF_TOKEN"), title="nevreal/hitori-gotou-s1-ponyxl-lora-nochekaiser")
|
5 |
demo.launch()
|