Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
DIAMONIK7777/wa_gc_api
vkatis
/
api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DmitrMakeev
commited on
May 13, 2024
Commit
a9f4e93
·
verified
·
1 Parent(s):
41d5554
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-1
app.py
CHANGED
Viewed
@@ -86,7 +86,10 @@ def settings_api():
86
87
88
89
-
90
91
92
86
87
88
89
+
@app.route('/set_res')
90
+
def set_EC_value():
91
+
globs.eep_set = 0
92
+
return "value set reset"
93
94
95