Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ganeshkamath89/NamedEntityRecognition
ganeshkamath89
/
MultiClassSentimentClassification
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ganeshkamath89
commited on
Apr 20, 2024
Commit
f2d23e7
·
verified
·
1 Parent(s):
63237f4
Removing input parameter intensity
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
import gradio as gr
2
3
-
def greet(name
, intensity
):
4
return "Hello, " + name + "!"
5
6
demo = gr.Interface (
1
import gradio as gr
2
3
+
def greet(name):
4
return "Hello, " + name + "!"
5
6
demo = gr.Interface (