Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
test-sj-crm/psy_vk
DMTuit
/
psy_vk
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DmitrMakeev
commited on
Aug 13, 2024
Commit
c9ceae0
·
verified
·
1 Parent(s):
d843183
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-1
app.py
CHANGED
Viewed
@@ -2292,5 +2292,9 @@ initialize_requests()
2292
2293
2294
2295
-
if
__name__ == '__main__'
:
2296
main()
2292
2293
2294
2295
+
def
main()
:
2296
+
# Ваш код здесь
2297
+
pass
2298
+
2299
+
if __name__ == "__main__":
2300
main()