Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ def ac():
|
|
68 |
def cl_fac():
|
69 |
return "",gr.HTML.update("", visible=False)
|
70 |
with gr.Blocks(css=css) as b:
|
71 |
-
|
72 |
with gr.Row():
|
73 |
with gr.Column():
|
74 |
put = gr.Textbox()
|
|
|
68 |
def cl_fac():
|
69 |
return "",gr.HTML.update("", visible=False)
|
70 |
with gr.Blocks(css=css) as b:
|
71 |
+
gr.Progress(im_fn)
|
72 |
with gr.Row():
|
73 |
with gr.Column():
|
74 |
put = gr.Textbox()
|