Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ def gradio_ask(user_message, chatbot, chat_state):
|
|
133 |
|
134 |
@spaces.GPU
|
135 |
def gradio_answer(video, chatbot, chat_state, img_list, num_beams, temperature):
|
136 |
-
llm_message = chat.upload_video_without_audio(
|
137 |
llm_message = chat.answer(conv=chat_state,
|
138 |
img_list=img_list,
|
139 |
num_beams=num_beams,
|
|
|
133 |
|
134 |
@spaces.GPU
|
135 |
def gradio_answer(video, chatbot, chat_state, img_list, num_beams, temperature):
|
136 |
+
llm_message = chat.upload_video_without_audio(video, chat_state, img_list)
|
137 |
llm_message = chat.answer(conv=chat_state,
|
138 |
img_list=img_list,
|
139 |
num_beams=num_beams,
|