Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ avatar_images=["user.png", "bots.png"], bubble_full_width=False, show_label=Fals
|
|
| 23 |
iface = gr.ChatInterface(fn=generate, chatbot=mychatbot, retry_btn="Retry", undo_btn="Undo")
|
| 24 |
|
| 25 |
with gr.Blocks() as demo:
|
| 26 |
-
gr.HTML("<center><h1>Chat with
|
| 27 |
iface.render()
|
| 28 |
|
| 29 |
demo.queue().launch(show_api=False, server_name="0.0.0.0")
|
|
|
|
| 23 |
iface = gr.ChatInterface(fn=generate, chatbot=mychatbot, retry_btn="Retry", undo_btn="Undo")
|
| 24 |
|
| 25 |
with gr.Blocks() as demo:
|
| 26 |
+
gr.HTML("<center><h1>Chat with AI</h1></center>")
|
| 27 |
iface.render()
|
| 28 |
|
| 29 |
demo.queue().launch(show_api=False, server_name="0.0.0.0")
|