Spaces:
Runtime error
Runtime error
Commit
·
1bdb3d8
1
Parent(s):
756a5fd
Update app1.py
Browse files
app1.py
CHANGED
@@ -67,8 +67,6 @@ def convert_checkpoint(url, name,repo_id, hf_token ,image_size, scheduler_type,
|
|
67 |
return output
|
68 |
|
69 |
|
70 |
-
html_code = "<a href='https://huggingface.co/spaces/Androidonnxfork/CivitAi-to-Diffusers' style='font-weight:bold;'>Forked from Androidonnxfork/CivitAi-to-Diffusers</a>"
|
71 |
-
|
72 |
|
73 |
|
74 |
iface = gr.Interface(
|
@@ -84,7 +82,7 @@ iface = gr.Interface(
|
|
84 |
gr.inputs.Checkbox(label="Use Half Precision")
|
85 |
],
|
86 |
outputs=gr.outputs.Textbox(),
|
87 |
-
title=
|
88 |
max_queue_size=5
|
89 |
)
|
90 |
iface.launch()
|
|
|
67 |
return output
|
68 |
|
69 |
|
|
|
|
|
70 |
|
71 |
|
72 |
iface = gr.Interface(
|
|
|
82 |
gr.inputs.Checkbox(label="Use Half Precision")
|
83 |
],
|
84 |
outputs=gr.outputs.Textbox(),
|
85 |
+
title="**Forked from Androidonnxfork/CivitAi-to-Diffusers**"
|
86 |
max_queue_size=5
|
87 |
)
|
88 |
iface.launch()
|