Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -52,12 +52,12 @@ with gr.Blocks() as demo:
|
|
52 |
[os.path.join(files_dir, "model4.glb")]
|
53 |
],
|
54 |
inputs=model_input,
|
55 |
-
outputs=[model_output, file_info]
|
56 |
-
gallery=True
|
57 |
)
|
58 |
|
59 |
if __name__ == "__main__":
|
60 |
demo.launch()
|
|
|
61 |
|
62 |
|
63 |
|
|
|
52 |
[os.path.join(files_dir, "model4.glb")]
|
53 |
],
|
54 |
inputs=model_input,
|
55 |
+
outputs=[model_output, file_info]
|
|
|
56 |
)
|
57 |
|
58 |
if __name__ == "__main__":
|
59 |
demo.launch()
|
60 |
+
demo.launch()
|
61 |
|
62 |
|
63 |
|