Remove cached files and update .gitignore
Browse files
.DS_Store
CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
|
|
app.py
CHANGED
@@ -792,4 +792,4 @@ if __name__ == "__main__":
|
|
792 |
if not USING_SPACES:
|
793 |
main()
|
794 |
else:
|
795 |
-
app.queue().launch(
|
|
|
792 |
if not USING_SPACES:
|
793 |
main()
|
794 |
else:
|
795 |
+
app.queue().launch(share=True)
|