Jiaqi-hkust commited on
Commit
68c3226
·
verified ·
1 Parent(s): db8f002

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- @spaces.GPU
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()