Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CocontilZ
/
PlagiarismChecker
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
CocontilZ
commited on
Mar 24, 2025
Commit
77e1265
·
1 Parent(s):
e50a7ac
u
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -31,4 +31,4 @@ iface = gr.Interface(
31
)
32
33
if __name__ == "__main__":
34
-
iface.launch()
31
)
32
33
if __name__ == "__main__":
34
+
iface.launch(
share=True
)