Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,4 +35,4 @@ def chat_response(input_text):
|
|
| 35 |
|
| 36 |
interface = gr.Interface(fn=chat_response, inputs="text", outputs="text", description="Chat with a conversational agent")
|
| 37 |
|
| 38 |
-
interface.launch(
|
|
|
|
| 35 |
|
| 36 |
interface = gr.Interface(fn=chat_response, inputs="text", outputs="text", description="Chat with a conversational agent")
|
| 37 |
|
| 38 |
+
interface.launch()
|