TheMaisk commited on
Commit
ba1e1be
1 Parent(s): 5bf42f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,6 +46,6 @@ hesse_chatbot = gr.Chatbot(bubble_full_width=True, show_label=False, show_copy_b
46
 
47
  # Minimalistisches Theme und Konfiguration der Gradio-Demo
48
  theme = 'syddharth/gray-minimal'
49
- demo = gr.ChatInterface(fn=generate, chatbot=hesse_chatbot, title="Prompt-Assistant", theme=theme)
50
 
51
  demo.queue().launch(show_api=False)
 
46
 
47
  # Minimalistisches Theme und Konfiguration der Gradio-Demo
48
  theme = 'syddharth/gray-minimal'
49
+ demo = gr.ChatInterface(fn=generate, chatbot=hesse_chatbot, title="Bildgenerierung Prompt Assistent", theme=theme)
50
 
51
  demo.queue().launch(show_api=False)