Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ def gradio_reset(chat_state, img_list):
|
|
98 |
img_list = []
|
99 |
return None, gr.update(value=None, interactive=True), gr.update(interactive=False),gr.update(value="Upload & Start Chat", interactive=True), chat_state, img_list
|
100 |
|
101 |
-
|
102 |
def upload_imgorvideo(gr_video, text_input, chat_state, chatbot):
|
103 |
# if args.model_type == 'vicuna':
|
104 |
# chat_state = default_conversation.copy()
|
|
|
98 |
img_list = []
|
99 |
return None, gr.update(value=None, interactive=True), gr.update(interactive=False),gr.update(value="Upload & Start Chat", interactive=True), chat_state, img_list
|
100 |
|
101 |
+
|
102 |
def upload_imgorvideo(gr_video, text_input, chat_state, chatbot):
|
103 |
# if args.model_type == 'vicuna':
|
104 |
# chat_state = default_conversation.copy()
|