Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
|
4 |
-
model =
|
5 |
|
6 |
demo = gr.load(model, src="models", theme="Blane187/fuchsia")
|
7 |
demo.launch()
|
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
|
4 |
+
model = "Blane187/ai-hoshino-s1-ponyxl-lora-nochekaise"
|
5 |
|
6 |
demo = gr.load(model, src="models", theme="Blane187/fuchsia")
|
7 |
demo.launch()
|