Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,8 +55,7 @@ interface = gr.Interface(
|
|
| 55 |
inputs="chat",
|
| 56 |
outputs="textbox",
|
| 57 |
title="Gradio Chat App",
|
| 58 |
-
description="Chat with an AI assistant (requires `google-generativeai`)"
|
| 59 |
-
catch_exceptions=True, # Catch exceptions and display informative messages
|
| 60 |
)
|
| 61 |
|
| 62 |
interface.launch()
|
|
|
|
| 55 |
inputs="chat",
|
| 56 |
outputs="textbox",
|
| 57 |
title="Gradio Chat App",
|
| 58 |
+
description="Chat with an AI assistant (requires `google-generativeai`)"
|
|
|
|
| 59 |
)
|
| 60 |
|
| 61 |
interface.launch()
|