Spaces:
Runtime error
Runtime error
add application files
Browse files
app.py
CHANGED
|
@@ -44,4 +44,4 @@ with gr.Blocks() as interface:
|
|
| 44 |
send_button.click(chat_update, [user_input, chatbot], [chatbot, user_input])
|
| 45 |
|
| 46 |
# Launch the Gradio interface
|
| 47 |
-
interface.launch(
|
|
|
|
| 44 |
send_button.click(chat_update, [user_input, chatbot], [chatbot, user_input])
|
| 45 |
|
| 46 |
# Launch the Gradio interface
|
| 47 |
+
interface.launch()
|