mkill33 commited on
Commit
137ec8b
·
verified ·
1 Parent(s): cc00f87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -63,7 +63,7 @@ with gr.Blocks(theme='mkill33/blue_HALO') as demo:
63
  check = gr.Checkbox(label="Go")
64
  with gr.Column(variant="panel", scale=2):
65
  img = gr.Image(
66
- "https://gradio-static-files.s3.us-west-2.amazonaws.com/header-image.jpg",
67
  label="Image",
68
  height=320,
69
  )
@@ -73,7 +73,7 @@ with gr.Blocks(theme='mkill33/blue_HALO') 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.jpg"
77
 
78
  go_btn.click(go, [radio, drop, drop_2, check, name], img, api_name="go")
79
 
 
63
  check = gr.Checkbox(label="Go")
64
  with gr.Column(variant="panel", scale=2):
65
  img = gr.Image(
66
+ "https://i.ibb.co/WvcLftqx/ring.png",
67
  label="Image",
68
  height=320,
69
  )
 
73
 
74
  def go(*_args):
75
  time.sleep(3)
76
+ return "https://i.ibb.co/WvcLftqx/ring.png"
77
 
78
  go_btn.click(go, [radio, drop, drop_2, check, name], img, api_name="go")
79