chenjoya commited on
Commit
c4bf1d5
·
verified ·
1 Parent(s): ceeb44d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -66,7 +66,6 @@ with gr.Blocks() as demo:
66
  return 'waiting video input...'
67
  def gr_chatinterface_chatbot_clear_fn():
68
  return {}, {}, 0, 0
69
- gradio_backend = GradioBackend()
70
  gr_chatinterface = gr.ChatInterface(
71
  fn=gr_chatinterface_fn,
72
  type="messages",
 
66
  return 'waiting video input...'
67
  def gr_chatinterface_chatbot_clear_fn():
68
  return {}, {}, 0, 0
 
69
  gr_chatinterface = gr.ChatInterface(
70
  fn=gr_chatinterface_fn,
71
  type="messages",