Spaces:
Runtime error
Runtime error
Commit
·
930b37d
1
Parent(s):
78d83ec
Update app_dialogue.py
Browse files- app_dialogue.py +1 -1
app_dialogue.py
CHANGED
|
@@ -834,7 +834,7 @@ with gr.Blocks(title="AI Meme Generator", theme=gr.themes.Base(), css=css) as de
|
|
| 834 |
client = Client(
|
| 835 |
base_url=client_endpoint,
|
| 836 |
headers={"x-use-cache": "0", "Authorization": f"Bearer {API_TOKEN}"},
|
| 837 |
-
timeout=
|
| 838 |
)
|
| 839 |
|
| 840 |
# Common parameters to all decoding strategies
|
|
|
|
| 834 |
client = Client(
|
| 835 |
base_url=client_endpoint,
|
| 836 |
headers={"x-use-cache": "0", "Authorization": f"Bearer {API_TOKEN}"},
|
| 837 |
+
timeout=60,
|
| 838 |
)
|
| 839 |
|
| 840 |
# Common parameters to all decoding strategies
|