Spaces:
Running
Running
The-Best-Codes
commited on
Commit
•
532a147
1
Parent(s):
eda7a8f
Add loader in UI and fixed queue
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ demo = gr.Interface(
|
|
28 |
outputs=gr.File(),
|
29 |
title="ShapE 3D GIF Generator",
|
30 |
description="Enter a prompt to generate a 3D GIF using the ShapE model."
|
31 |
-
)
|
32 |
|
33 |
# Run the app
|
34 |
if __name__ == "__main__":
|
|
|
28 |
outputs=gr.File(),
|
29 |
title="ShapE 3D GIF Generator",
|
30 |
description="Enter a prompt to generate a 3D GIF using the ShapE model."
|
31 |
+
).queue()
|
32 |
|
33 |
# Run the app
|
34 |
if __name__ == "__main__":
|