Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kyanmahajan
/
Brain_tumour_Classifier
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kyanmahajan
commited on
Oct 29, 2025
Commit
0ef13a7
·
verified
·
1 Parent(s):
87ea4bf
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -127,6 +127,6 @@ def predict():
127
128
129
if __name__ == '__main__':
130
-
app.run(debug=True)
131
132
127
128
129
if __name__ == '__main__':
130
+
app.run(
host='0.0.0.0', port=7860,
debug=True)
131
132