Commit
•
9728299
1
Parent(s):
26ab898
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ with gr.Blocks() as demo:
|
|
67 |
|
68 |
```python
|
69 |
secrets = {"HUGGING_FACE_HUB_TOKEN": "<your-key-here>",}
|
70 |
-
client = grc.Client.duplicate("gradio-discord-bots/llama-2-13b-chat-transformers", secrets=secrets, hardware="a10g-small",
|
71 |
client.deploy_discord(api_names=["chat"], hf_token="<your-key-here>")
|
72 |
```
|
73 |
"""
|
|
|
67 |
|
68 |
```python
|
69 |
secrets = {"HUGGING_FACE_HUB_TOKEN": "<your-key-here>",}
|
70 |
+
client = grc.Client.duplicate("gradio-discord-bots/llama-2-13b-chat-transformers", secrets=secrets, hardware="a10g-small", sleep_timeout=2880)
|
71 |
client.deploy_discord(api_names=["chat"], hf_token="<your-key-here>")
|
72 |
```
|
73 |
"""
|