Nekochu commited on
Commit
ec9cfaf
·
verified ·
1 Parent(s): c8e7f74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -134,11 +134,9 @@ chat_interface = gr.ChatInterface(
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?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