Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
abf3b99
1
Parent(s):
3c9645e
Update app_dialogue.py
Browse files- app_dialogue.py +1 -0
app_dialogue.py
CHANGED
@@ -799,6 +799,7 @@ with gr.Blocks(title="AI Meme Generator", theme=gr.themes.Base(), css=css) as de
|
|
799 |
client = Client(
|
800 |
base_url=client_endpoint,
|
801 |
headers={"x-use-cache": "0", "Authorization": f"Bearer {API_TOKEN}"},
|
|
|
802 |
)
|
803 |
|
804 |
# Common parameters to all decoding strategies
|
|
|
799 |
client = Client(
|
800 |
base_url=client_endpoint,
|
801 |
headers={"x-use-cache": "0", "Authorization": f"Bearer {API_TOKEN}"},
|
802 |
+
timeout=30
|
803 |
)
|
804 |
|
805 |
# Common parameters to all decoding strategies
|