Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,6 +46,6 @@ samir_chatbot = gr.Chatbot(bubble_full_width=True, show_label=False, show_copy_b
|
|
| 46 |
|
| 47 |
# Minimalistisches Theme und Konfiguration der Gradio-Demo
|
| 48 |
theme = 'remilia/Ghostly'
|
| 49 |
-
demo = gr.ChatInterface(fn=generate, chatbot=samir_chatbot, title="
|
| 50 |
|
| 51 |
demo.queue().launch(show_api=False)
|
|
|
|
| 46 |
|
| 47 |
# Minimalistisches Theme und Konfiguration der Gradio-Demo
|
| 48 |
theme = 'remilia/Ghostly'
|
| 49 |
+
demo = gr.ChatInterface(fn=generate, chatbot=samir_chatbot, title="Amiga Artificial - for RB", theme=theme)
|
| 50 |
|
| 51 |
demo.queue().launch(show_api=False)
|