Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nhosseini
/
sentiment_analysis_with_reason
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aa1f2aa
sentiment_analysis_with_reason
/
gradio_app.py
nhosseini
create gradio_app.py
08fcff6
verified
11 months ago
raw
Copy download link
history
blame
177 Bytes
from
app
import
main_interface
# This will launch the Gradio app by calling the `main_interface` function
demo = main_interface()
if
__name__ ==
"__main__"
:
demo.launch()