Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
EPITA-PFEE
/
private-fhe-fraud-detection
like
2
Running
App
Files
Files
Community
20
Fetching metadata from the HF Docker repository...
80cols
commited on
Jan 21
Commit
e8bbe7e
·
verified
·
1 Parent(s):
12b3e89
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -295,4 +295,4 @@ with demo:
295
)
296
297
if __name__ == "__main__":
298
-
demo.launch()
295
)
296
297
if __name__ == "__main__":
298
+
demo.launch(
share=True
)