Spaces:
Sleeping
Sleeping
nileshhanotia
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,8 @@ def create_interface():
|
|
61 |
)
|
62 |
|
63 |
# Launch interface with public sharing enabled
|
64 |
-
iface.launch(share=True)
|
|
|
65 |
|
66 |
if __name__ == "__main__":
|
67 |
create_interface()
|
|
|
61 |
)
|
62 |
|
63 |
# Launch interface with public sharing enabled
|
64 |
+
iface.launch(share=True, show_error=True)
|
65 |
+
|
66 |
|
67 |
if __name__ == "__main__":
|
68 |
create_interface()
|