Spaces:
Running
on
Zero
Running
on
Zero
junbiao.chen
commited on
Commit
·
e4805c7
1
Parent(s):
74b68ab
app.py
CHANGED
@@ -259,10 +259,10 @@ with gr.Blocks(delete_cache=(600, 600)) as demo:
|
|
259 |
# outputs=[download_gs],
|
260 |
# )
|
261 |
|
262 |
-
model_output.clear(
|
263 |
-
|
264 |
-
|
265 |
-
)
|
266 |
|
267 |
|
268 |
# Launch the Gradio app
|
|
|
259 |
# outputs=[download_gs],
|
260 |
# )
|
261 |
|
262 |
+
# model_output.clear(
|
263 |
+
# lambda: gr.Button(interactive=False),
|
264 |
+
# outputs=[download_glb],
|
265 |
+
# )
|
266 |
|
267 |
|
268 |
# Launch the Gradio app
|