Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ import requests
|
|
17 |
import json
|
18 |
|
19 |
|
20 |
-
@spaces.GPU
|
21 |
def bot_streaming(message, history, max_new_tokens=250):
|
22 |
|
23 |
print("message ", message)
|
|
|
17 |
import json
|
18 |
|
19 |
|
20 |
+
@spaces.GPU(duration=100)
|
21 |
def bot_streaming(message, history, max_new_tokens=250):
|
22 |
|
23 |
print("message ", message)
|