xp3857 commited on
Commit
0fed944
1 Parent(s): d04eaef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -74,6 +74,7 @@ def ac():
74
  btn1 = gr.Button("Run")
75
  btn2 = gr.Button("Clear",style="background:blue;")
76
  message=gr.HTML("", visible=False)
 
77
  with gr.Row():
78
  out1 = gr.Image()
79
  out2 = gr.Image()
 
74
  btn1 = gr.Button("Run")
75
  btn2 = gr.Button("Clear",style="background:blue;")
76
  message=gr.HTML("", visible=False)
77
+ progress=gr.Progress()
78
  with gr.Row():
79
  out1 = gr.Image()
80
  out2 = gr.Image()