MackinationsAi commited on
Commit
ff75041
1 Parent(s): 9879da1

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='MackinationsAi/dark_evo') as demo:
63
  check = gr.Checkbox(label="Go")
64
  with gr.Column(variant="panel", scale=2):
65
  img = gr.Image(
66
- "https://ibb.co/VM6zJ4V",
67
  label="Image",
68
  ).style(height=320)
69
  with gr.Row():
@@ -74,7 +74,7 @@ with gr.Blocks(theme='MackinationsAi/dark_evo') as demo:
74
 
75
  def go(*args):
76
  time.sleep(3)
77
- return "https://ibb.co/VM6zJ4V"
78
 
79
  go_btn.click(go, [radio, drop, drop_2, check, name], img, api_name="go")
80
 
 
63
  check = gr.Checkbox(label="Go")
64
  with gr.Column(variant="panel", scale=2):
65
  img = gr.Image(
66
+ "https://i.ibb.co/Yfg1Ps2/gradio-theme-dark-evo-dark.webp",
67
  label="Image",
68
  ).style(height=320)
69
  with gr.Row():
 
74
 
75
  def go(*args):
76
  time.sleep(3)
77
+ return "https://i.ibb.co/phWJX52/gradio-theme-dark-evo-faded.webp"
78
 
79
  go_btn.click(go, [radio, drop, drop_2, check, name], img, api_name="go")
80