Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -738,7 +738,7 @@ class ChatBotUI(object):
|
|
| 738 |
outputs=[self.history, self.chatbot, self.text, self.gallery])
|
| 739 |
|
| 740 |
########################################
|
| 741 |
-
@spaces.GPU(duration=
|
| 742 |
def run_chat(
|
| 743 |
message,
|
| 744 |
legacy_image,
|
|
|
|
| 738 |
outputs=[self.history, self.chatbot, self.text, self.gallery])
|
| 739 |
|
| 740 |
########################################
|
| 741 |
+
@spaces.GPU(duration=120)
|
| 742 |
def run_chat(
|
| 743 |
message,
|
| 744 |
legacy_image,
|