Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ def process_input(image=None, url=None):
|
|
80 |
with gr.Blocks() as app:
|
81 |
gr.Markdown("# Image Upload or URL Input App")
|
82 |
gr.Markdown(
|
83 |
-
"Upload an image or provide an image URL to process the input and get the API response. The server may have a cold start and is running with a CPU, thus
|
84 |
)
|
85 |
|
86 |
with gr.Row():
|
|
|
80 |
with gr.Blocks() as app:
|
81 |
gr.Markdown("# Image Upload or URL Input App")
|
82 |
gr.Markdown(
|
83 |
+
"Upload an image or provide an image URL to process the input and get the API response. The server may have a cold start and is running with a CPU, thus a 400 Client Error or timeout message may occur on the first attempt. If so, please wait one minute and try again. "
|
84 |
)
|
85 |
|
86 |
with gr.Row():
|