Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -91,7 +91,7 @@ def reset_all():
|
|
| 91 |
None, # normals_img
|
| 92 |
None, # uv_img
|
| 93 |
None, # track_img
|
| 94 |
-
"
|
| 95 |
{}, # state
|
| 96 |
gr.update(interactive=True), # preprocess_btn
|
| 97 |
gr.update(interactive=True), # normals_btn
|
|
|
|
| 91 |
None, # normals_img
|
| 92 |
None, # uv_img
|
| 93 |
None, # track_img
|
| 94 |
+
"Time to Generate!", # status
|
| 95 |
{}, # state
|
| 96 |
gr.update(interactive=True), # preprocess_btn
|
| 97 |
gr.update(interactive=True), # normals_btn
|