Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -134,11 +134,9 @@ chat_interface = gr.ChatInterface(
|
|
134 |
],
|
135 |
)
|
136 |
|
137 |
-
with gr.
|
138 |
-
gr.
|
139 |
-
|
140 |
-
gr.DuplicateButton(value="GPU Ver", elem_id="duplicate-button")
|
141 |
-
gr.HTML("""<a href="https://huggingface.co/spaces/Nekochu/Luminia-13B_SD_Prompt?duplicate=true" style="margin:0 0 0 8px; padding:2px 8px; border:1px solid; border-radius:4px; text-decoration:none; font-size:0.9em;">CPU Ver</a>""")
|
142 |
chat_interface.render()
|
143 |
gr.Markdown(LICENSE)
|
144 |
|
|
|
134 |
],
|
135 |
)
|
136 |
|
137 |
+
with gr.Row():
|
138 |
+
gr.DuplicateButton(value="GPU Ver", elem_id="duplicate-button")
|
139 |
+
gr.HTML("""<a href="https://huggingface.co/spaces/Nekochu/Luminia-13B_SD_Prompt?duplicate=true" style="margin:0 0 0 8px; padding:2px 8px; border:1px solid; border-radius:4px; text-decoration:none; font-size:0.9em;">CPU Ver</a>""")
|
|
|
|
|
140 |
chat_interface.render()
|
141 |
gr.Markdown(LICENSE)
|
142 |
|