Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ttt-tkmr
/
Question_Classify_Project
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ttt-tkmr
commited on
Mar 4, 2024
Commit
5a51f28
·
verified
·
1 Parent(s):
8dfb51e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-3
app.py
CHANGED
Viewed
@@ -107,8 +107,6 @@ with gr.Interface(
107
outputs=[
108
"textbox"
109
],
110
-
live=True
,
111
112
).launch(debug=True)
113
-
114
-
#demo.launch()
107
outputs=[
108
"textbox"
109
],
110
+
live=True
111
112
).launch(debug=True)