Spaces:
Sleeping
Sleeping
Commit
·
994bf05
1
Parent(s):
292a922
demo sharing is caring
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ full_demo = None
|
|
95 |
def main():
|
96 |
global full_demo
|
97 |
full_demo = create_application()
|
98 |
-
full_demo.launch(show_error=True, share=
|
99 |
|
100 |
|
101 |
if __name__ == "__main__":
|
|
|
95 |
def main():
|
96 |
global full_demo
|
97 |
full_demo = create_application()
|
98 |
+
full_demo.launch(show_error=True, share=True)
|
99 |
|
100 |
|
101 |
if __name__ == "__main__":
|