Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hamdie
/
Sentiment-AnalysisProject
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
373c62f
Sentiment-AnalysisProject
/
app.py
hamdie
Create app.py
83fd955
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
150 Bytes
import
gradio
as
gr
def
greet
(
name
):
return
"Hello "
+ sinda +
"!!"
iface = gr.Interface(fn=greet, inputs=
"text"
, outputs=
"text"
)
iface.launch()