Spaces:
Sleeping
Sleeping
dummy commit
Browse files
app.py
CHANGED
@@ -9,6 +9,7 @@ warnings.filterwarnings("ignore")
|
|
9 |
|
10 |
# utils.copy_builder()
|
11 |
|
|
|
12 |
def show_processing_text():
|
13 |
return gr.update(visible=True), gr.update(visible=False)
|
14 |
|
|
|
9 |
|
10 |
# utils.copy_builder()
|
11 |
|
12 |
+
|
13 |
def show_processing_text():
|
14 |
return gr.update(visible=True), gr.update(visible=False)
|
15 |
|