NeoPy commited on
Commit
f2b3c41
·
verified ·
1 Parent(s): b6f286c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ with gr.Blocks() as demo:
73
 
74
  def go(*args):
75
  time.sleep(3)
76
- return "https://gradio-static-files.s3.us-west-2.amazonaws.com/header-image.jpgjpg"
77
 
78
  go_btn.click(go, [radio, drop, drop_2, check, name], img, api_name="go")
79
 
 
73
 
74
  def go(*args):
75
  time.sleep(3)
76
+ return "https://gradio-static-files.s3.us-west-2.amazonaws.com/header-image.jpg"
77
 
78
  go_btn.click(go, [radio, drop, drop_2, check, name], img, api_name="go")
79