Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ def ac():
|
|
136 |
return None, None
|
137 |
def cl_fac():
|
138 |
return "",gr.HTML.update(f"{loading}")
|
139 |
-
with gr.Blocks(
|
140 |
with gr.Row():
|
141 |
with gr.Column():
|
142 |
put = gr.Textbox()
|
|
|
136 |
return None, None
|
137 |
def cl_fac():
|
138 |
return "",gr.HTML.update(f"{loading}")
|
139 |
+
with gr.Blocks() as b:
|
140 |
with gr.Row():
|
141 |
with gr.Column():
|
142 |
put = gr.Textbox()
|