Noah-Wang commited on
Commit
817f093
·
verified ·
1 Parent(s): 69cd5bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 an 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():
 
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():