Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
DMTuit/psy3
DMTuit
/
psy4
like
0
Sleeping
App
Files
Files
Community
DmitrMakeev
commited on
May 18
Commit
29bda77
•
1 Parent(s):
3e477c1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-2
app.py
CHANGED
Viewed
@@ -196,8 +196,6 @@ def get_json_file():
196
else:
197
return "Файл не найден", 404
198
199
-
if __name__ == '__main__':
200
-
app.run(debug=True)
201
202
203
196
else:
197
return "Файл не найден", 404
198
199
200
201