KaiChen1998 commited on
Commit
b627808
·
verified ·
1 Parent(s): 6efd638

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -192,7 +192,7 @@ def add_text(state, text, image, image_process_mode, audio_input, audio_mode):
192
  # Input: [state, temperature, top_p, max_output_tokens, speaker]
193
  # Return: [state, chatbot] + btn_list
194
  ############
195
- @spaces.GPU(duration=105)
196
  def http_bot(state, temperature, top_p, max_new_tokens, speaker):
197
  logging.info(f"http_bot.")
198
 
 
192
  # Input: [state, temperature, top_p, max_output_tokens, speaker]
193
  # Return: [state, chatbot] + btn_list
194
  ############
195
+ @spaces.GPU
196
  def http_bot(state, temperature, top_p, max_new_tokens, speaker):
197
  logging.info(f"http_bot.")
198