Spaces:
Runtime error
Runtime error
Commit
·
281d8fb
1
Parent(s):
0d05fc0
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,7 +62,7 @@ with gr.Blocks() as demo:
|
|
| 62 |
Then run the following command
|
| 63 |
|
| 64 |
```python
|
| 65 |
-
client = grc.Client.duplicate("gradio-discord-bots/gpt-35-turbo", private=False, secrets={"OPENAI_API_KEY": "<your-key-here>"},
|
| 66 |
client.deploy_discord(api_names=["chat"])
|
| 67 |
""")
|
| 68 |
with gr.Row(visible=False):
|
|
|
|
| 62 |
Then run the following command
|
| 63 |
|
| 64 |
```python
|
| 65 |
+
client = grc.Client.duplicate("gradio-discord-bots/gpt-35-turbo", private=False, secrets={"OPENAI_API_KEY": "<your-key-here>"}, sleep_timeout=2880)
|
| 66 |
client.deploy_discord(api_names=["chat"])
|
| 67 |
""")
|
| 68 |
with gr.Row(visible=False):
|