Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
NeuroDonu
/
PortableVersions
like
3
License:
apache-2.0
Dataset card
Files
Files and versions
Community
NeuroDonu
commited on
Dec 27, 2024
Commit
0c8e3ba
·
verified
·
1 Parent(s):
5fb914a
Update test.py
Browse files
Files changed (1)
hide
show
test.py
+1
-1
test.py
CHANGED
Viewed
@@ -44,4 +44,4 @@ demo = gr.Interface(
44
)
45
46
if __name__ == "__main__":
47
-
demo.launch()
44
)
45
46
if __name__ == "__main__":
47
+
demo.launch(
share=True
)