Spaces:
Sleeping
Sleeping
modified: app.py
Browse files
app.py
CHANGED
|
@@ -392,4 +392,4 @@ with gr.Blocks(title="3D Garment Generator", theme=gr.themes.Default(text_size="
|
|
| 392 |
gr.Markdown("JPG to PBR")
|
| 393 |
|
| 394 |
if __name__ == "__main__":
|
| 395 |
-
demo.launch(
|
|
|
|
| 392 |
gr.Markdown("JPG to PBR")
|
| 393 |
|
| 394 |
if __name__ == "__main__":
|
| 395 |
+
demo.launch(server_port=7860)
|