Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
DMTuit/web_soc
DMTuit
/
web_bul
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DmitrMakeev
commited on
Jun 7, 2024
Commit
3a27996
·
verified
·
1 Parent(s):
01a8804
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -13,7 +13,7 @@ app.config['DEBUG'] = True
13
14
15
16
-
app = Flask(__name__)
17
UPLOAD_FOLDER = 'static'
18
IMAGE_FILENAME = 'latest_image.jpg'
19
13
14
15
16
+
17
UPLOAD_FOLDER = 'static'
18
IMAGE_FILENAME = 'latest_image.jpg'
19