Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ApsidalSolid4
/
CITProjectAIDetector
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ApsidalSolid4
commited on
Feb 16
Commit
cc3e103
·
verified
·
1 Parent(s):
f3daad4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -269,4 +269,4 @@ demo = gr.Interface(
269
270
# Launch the interface
271
if __name__ == "__main__":
272
-
demo.launch()
269
270
# Launch the interface
271
if __name__ == "__main__":
272
+
demo.launch(
share=True
)