Chris4K commited on
Commit
1843ae2
1 Parent(s): e017a85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,4 +1,4 @@
1
  from transformers.tools.base import launch_gradio_demo
2
- from sentiment_analysis import SentimentAnaysisTool
3
 
4
- launch_gradio_demo(SentimentAnaysisTool)
 
1
  from transformers.tools.base import launch_gradio_demo
2
+ from sentiment_analysis import SentimentAnalysisTool
3
 
4
+ launch_gradio_demo(SentimentAnalysisTool)