Update app.py
Browse files
app.py
CHANGED
@@ -32,5 +32,4 @@ demo = gr.Interface(
|
|
32 |
Check out the [notebook](https://github.com/openai/point-e/blob/main/point_e/examples/text2pointcloud.ipynb).
|
33 |
"""
|
34 |
)
|
35 |
-
demo.queue(max_size=30)
|
36 |
demo.launch(debug=True)
|
|
|
32 |
Check out the [notebook](https://github.com/openai/point-e/blob/main/point_e/examples/text2pointcloud.ipynb).
|
33 |
"""
|
34 |
)
|
|
|
35 |
demo.launch(debug=True)
|