added spaces back
Browse files
app.py
CHANGED
@@ -152,6 +152,7 @@ mode = ""
|
|
152 |
# gpt_outputs.append(text)
|
153 |
# yield "".join(gpt_outputs)
|
154 |
|
|
|
155 |
async def bot_comms_async(message, history):
|
156 |
global mode
|
157 |
|
|
|
152 |
# gpt_outputs.append(text)
|
153 |
# yield "".join(gpt_outputs)
|
154 |
|
155 |
+
@spaces.GPU(duration=120)
|
156 |
async def bot_comms_async(message, history):
|
157 |
global mode
|
158 |
|