Kvikontent commited on
Commit
7ca1090
·
verified ·
1 Parent(s): a61cadd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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()