Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -521,6 +521,6 @@ def create_interface():
|
|
| 521 |
# Launch the application
|
| 522 |
if __name__ == "__main__":
|
| 523 |
app = create_interface()
|
| 524 |
-
app.launch(share=
|
| 525 |
|
| 526 |
#bash /mnt/14T-disk/code/instance-detection/run_script.sh
|
|
|
|
| 521 |
# Launch the application
|
| 522 |
if __name__ == "__main__":
|
| 523 |
app = create_interface()
|
| 524 |
+
app.launch(share=False)
|
| 525 |
|
| 526 |
#bash /mnt/14T-disk/code/instance-detection/run_script.sh
|