Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -134,11 +134,13 @@ chat_interface = gr.ChatInterface(
|
|
134 |
],
|
135 |
)
|
136 |
|
137 |
-
with gr.
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
|
|
|
|
142 |
|
143 |
if __name__ == "__main__":
|
144 |
demo.queue(max_size=20).launch()
|
|
|
134 |
],
|
135 |
)
|
136 |
|
137 |
+
with gr.Blocks(css="style.css") as demo:
|
138 |
+
gr.Markdown(DESCRIPTION)
|
139 |
+
with gr.Row():
|
140 |
+
gr.DuplicateButton(value="GPU Ver", elem_id="duplicate-button")
|
141 |
+
gr.HTML("""<a href="https://huggingface.co/spaces/Nekochu/Luminia-13B_SD_Prompt/tree/Luminia-13B-v3-GGUF?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 |
|
145 |
if __name__ == "__main__":
|
146 |
demo.queue(max_size=20).launch()
|