Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
csukuangfj
/
test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
csukuangfj
commited on
Jul 18, 2022
Commit
b100127
·
1 Parent(s):
b8e6a49
minor fixes
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -203,4 +203,4 @@ if __name__ == "__main__":
203
204
logging.basicConfig(format=formatter, level=logging.INFO)
205
206
-
demo.launch()
203
204
logging.basicConfig(format=formatter, level=logging.INFO)
205
206
+
demo.launch(
share=True
)