Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
99975e1
1
Parent(s):
12e7eb6
fix ip and port
Browse files
app.py
CHANGED
|
@@ -188,4 +188,4 @@ Input a mesh, segment it using P3-SAM on the left, and push the "Generate" butto
|
|
| 188 |
|
| 189 |
|
| 190 |
if __name__ == '__main__':
|
| 191 |
-
demo.launch(
|
|
|
|
| 188 |
|
| 189 |
|
| 190 |
if __name__ == '__main__':
|
| 191 |
+
demo.launch()
|