placed 30s for spaces decor
Browse files
app.py
CHANGED
|
@@ -134,7 +134,7 @@ def check_cuda():
|
|
| 134 |
first_time = True
|
| 135 |
llm_mode = ""
|
| 136 |
|
| 137 |
-
@spaces.GPU(decoration=
|
| 138 |
def bot_comms(input_text: str,
|
| 139 |
history: list,
|
| 140 |
temperature: float,
|
|
|
|
| 134 |
first_time = True
|
| 135 |
llm_mode = ""
|
| 136 |
|
| 137 |
+
@spaces.GPU(decoration=30)
|
| 138 |
def bot_comms(input_text: str,
|
| 139 |
history: list,
|
| 140 |
temperature: float,
|