Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Parthebhan
/
Cervical_Cancer_Risk_Prediction
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Parthebhan
commited on
Apr 11, 2024
Commit
0d68274
·
verified
·
1 Parent(s):
507c280
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -75,4 +75,4 @@ cerviccancer_ga = gr.Interface(fn=cerviccancer,
75
theme='dark'
76
)
77
78
-
cerviccancer_ga.launch(
auth = (),
share=True,debug=True)
75
theme='dark'
76
)
77
78
+
cerviccancer_ga.launch(share=True,debug=True)