Update app.py
Browse files
app.py
CHANGED
@@ -321,7 +321,6 @@ if __name__ == "__main__":
|
|
321 |
# Create and launch interface
|
322 |
iface = create_interface()
|
323 |
iface.launch(
|
324 |
-
|
325 |
-
|
326 |
-
debug=True # Show debugging information
|
327 |
)
|
|
|
321 |
# Create and launch interface
|
322 |
iface = create_interface()
|
323 |
iface.launch(
|
324 |
+
share=True, # Enable sharing
|
325 |
+
debug=True # Show debugging information
|
|
|
326 |
)
|