Pavithiran commited on
Commit
9057d08
·
verified ·
1 Parent(s): 4537787

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def respond(
49
  response += token
50
  yield response
51
  except Exception as e:
52
- yield f"Error: {e}"
53
  """
54
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
55
  """
 
49
  response += token
50
  yield response
51
  except Exception as e:
52
+ continue
53
  """
54
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
55
  """