Update app.py
Browse files
app.py
CHANGED
@@ -188,4 +188,4 @@ demo = gr.ChatInterface(
|
|
188 |
)
|
189 |
# launch chatbot and calls the talk function which in turn calls other functions
|
190 |
print("check3I")
|
191 |
-
demo.launch(
|
|
|
188 |
)
|
189 |
# launch chatbot and calls the talk function which in turn calls other functions
|
190 |
print("check3I")
|
191 |
+
demo.launch()
|