chansung commited on
Commit
cf6b70e
β€’
1 Parent(s): d3f7f98

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +1 -2
ui.py CHANGED
@@ -264,8 +264,7 @@ async def chat_stream(idx, local_data, user_prompt, chat_state, ctx_num_lconv=3)
264
 
265
  yield "", ppm.build_uis(), str(ppm), gr.update(interactive=True), gr.update(interactive=True), gr.update(interactive=True)
266
  except Exception as e:
267
- gr.Warning(str(e))
268
- ppm.replace_last_pong("Gemini refused to answer. This happens becase there were some safety issues in the answer.")
269
  yield "", ppm.build_uis(), str(ppm), gr.update(interactive=True), gr.update(interactive=True), gr.update(interactive=True)
270
 
271
  def chat_reset(local_data, chat_state):
 
264
 
265
  yield "", ppm.build_uis(), str(ppm), gr.update(interactive=True), gr.update(interactive=True), gr.update(interactive=True)
266
  except Exception as e:
267
+ gr.Warning("Gemini refused to answer further. This happens becase there were some safety issues in the answer.")
 
268
  yield "", ppm.build_uis(), str(ppm), gr.update(interactive=True), gr.update(interactive=True), gr.update(interactive=True)
269
 
270
  def chat_reset(local_data, chat_state):