Spaces:
Runtime error
Runtime error
Commit
·
62835f2
1
Parent(s):
69d0414
Update app.py
Browse files
app.py
CHANGED
@@ -65,10 +65,7 @@ def main():
|
|
65 |
debug=True
|
66 |
)
|
67 |
|
68 |
-
|
69 |
-
model_name_dropdown.set_action(set_model)
|
70 |
-
|
71 |
-
iface.launch()
|
72 |
|
73 |
|
74 |
if __name__ == "__main__":
|
|
|
65 |
debug=True
|
66 |
)
|
67 |
|
68 |
+
iface.launch(share=True)
|
|
|
|
|
|
|
69 |
|
70 |
|
71 |
if __name__ == "__main__":
|