Update app.py
Browse files
app.py
CHANGED
@@ -26,5 +26,5 @@ def predict(message, history):
|
|
26 |
except Exception as e:
|
27 |
print(f"An error occurred: {e}")
|
28 |
return "Sorry, I couldn't process that message."
|
29 |
-
|
30 |
-
gr.
|
|
|
26 |
except Exception as e:
|
27 |
print(f"An error occurred: {e}")
|
28 |
return "Sorry, I couldn't process that message."
|
29 |
+
|
30 |
+
gr.ChatInterface(predict).launch()
|