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