Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CSharpCorner
/
CSharpAI
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MadhuP
commited on
Jun 9, 2023
Commit
8f3f6d2
·
1 Parent(s):
ee0bad3
Update app.py
Browse files
adding new feature:- Per word classification
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -255,4 +255,4 @@ demo = gr.Interface(
255
],
256
)
257
258
-
demo.launch(
debug=True, share= True
)
255
],
256
)
257
258
+
demo.launch()