Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DarwinAnim8or
/
TextModSimple
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DarwinAnim8or
commited on
Nov 2, 2023
Commit
9f33a05
·
1 Parent(s):
631856f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -29,4 +29,4 @@ def classify():
29
30
# Run the app in debug mode
31
if __name__ == "__main__":
32
-
app.run(debug=True)
29
30
# Run the app in debug mode
31
if __name__ == "__main__":
32
+
app.run(
port=7860,
debug=True)