Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Geek7
/
ht2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Geek7
commited on
Dec 20, 2024
Commit
ce0055f
·
verified
·
1 Parent(s):
fe4d0b2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -11,4 +11,4 @@ def home():
11
return render_template('index.html')
12
13
if __name__ == "__main__":
14
-
app.run(debug=
True
)
11
return render_template('index.html')
12
13
if __name__ == "__main__":
14
+
app.run(debug=
False
)