Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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",
|