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
vk-ai-system/flask_inference_api
vk-ai-system
/
flask_inference_api2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DmitrMakeev
commited on
May 22, 2024
Commit
81eb39c
·
verified
·
1 Parent(s):
1ef4272
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -53,7 +53,9 @@ def handle_api():
53
54
55
56
-
57
58
59
53
54
55
56
+
@app.route("/de_test")
57
+
def dstest():
58
+
return flask.render_template('ds_test.html')
59
60
61