Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
prasanth345
/
hotelvoicechat
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
prasanth345
commited on
Jan 9
Commit
58a6707
·
verified
·
1 Parent(s):
b28f06f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
-
from flask import Flask,
render_template
, request
2
import gradio as gr
3
4
app = Flask(__name__)
1
+
from flask import Flask,
render_templates
, request
2
import gradio as gr
3
4
app = Flask(__name__)