Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ def add_message(history, message):
|
|
| 14 |
return history, gr.MultimodalTextbox(value=None, interactive=False)
|
| 15 |
|
| 16 |
|
| 17 |
-
@spaces.GPU
|
| 18 |
def bot(history):
|
| 19 |
if type(history[-1][0]) != tuple:
|
| 20 |
try:
|
|
|
|
| 14 |
return history, gr.MultimodalTextbox(value=None, interactive=False)
|
| 15 |
|
| 16 |
|
| 17 |
+
@spaces.GPU(duration=120)
|
| 18 |
def bot(history):
|
| 19 |
if type(history[-1][0]) != tuple:
|
| 20 |
try:
|