Spaces:
Runtime error
Runtime error
Commit ·
b178974
1
Parent(s): d75242f
Update app1.py
Browse files
app1.py
CHANGED
|
@@ -82,7 +82,7 @@ iface = gr.Interface(
|
|
| 82 |
gr.inputs.Checkbox(label="Use Half Precision")
|
| 83 |
],
|
| 84 |
outputs=gr.outputs.Textbox(),
|
| 85 |
-
title="**Forked from https://huggingface.co/spaces/Androidonnxfork/CivitAi-to-Diffusers
|
| 86 |
max_queue_size=5
|
| 87 |
)
|
| 88 |
iface.launch()
|
|
|
|
| 82 |
gr.inputs.Checkbox(label="Use Half Precision")
|
| 83 |
],
|
| 84 |
outputs=gr.outputs.Textbox(),
|
| 85 |
+
title="**Forked from https://huggingface.co/spaces/Androidonnxfork/CivitAi-to-Diffusers**",
|
| 86 |
max_queue_size=5
|
| 87 |
)
|
| 88 |
iface.launch()
|