Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def generate(prompt, history, temperature=0.25, max_new_tokens=1024, top_p=0.95,
|
|
45 |
samir_chatbot = gr.Chatbot(bubble_full_width=True, show_label=False, show_copy_button=False, likeable=False)
|
46 |
|
47 |
# Minimalistisches Theme und Konfiguration der Gradio-Demo
|
48 |
-
theme = '
|
49 |
demo = gr.ChatInterface(fn=generate, chatbot=samir_chatbot, title="Ultra-Builder", theme=theme)
|
50 |
|
51 |
demo.queue().launch(show_api=False)
|
|
|
45 |
samir_chatbot = gr.Chatbot(bubble_full_width=True, show_label=False, show_copy_button=False, likeable=False)
|
46 |
|
47 |
# Minimalistisches Theme und Konfiguration der Gradio-Demo
|
48 |
+
theme = 'remilia/Ghostly'
|
49 |
demo = gr.ChatInterface(fn=generate, chatbot=samir_chatbot, title="Ultra-Builder", theme=theme)
|
50 |
|
51 |
demo.queue().launch(show_api=False)
|