Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
varshakolanu/Supervisor
lokesh341
/
Supervisor
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
lokesh341
commited on
May 22, 2025
Commit
4e32565
·
verified
·
1 Parent(s):
cf11e01
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -161,4 +161,4 @@ def generate_ai_data():
161
}), 500
162
163
if __name__ == "__main__":
164
-
app.run(host="0.0.0.0", port=7860)
161
}), 500
162
163
if __name__ == "__main__":
164
+
app.run(host="0.0.0.0", port=7860
, debug=True
)