Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
vk-ai-system/flask_inference_api3
DmitrMakeev
/
flask_inference_api_g
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DmitrMakeev
commited on
16 days ago
Commit
29691bc
·
verified
·
1 Parent(s):
796bd1e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -374,6 +374,7 @@ def plot_ph_week():
374
375
376
377
@app.route("/")
378
def index():
379
return flask.render_template('index.html')
374
375
376
377
+
378
@app.route("/")
379
def index():
380
return flask.render_template('index.html')