Spaces:
Sleeping
Sleeping
Update sentiment_analysis.py
Browse files- sentiment_analysis.py +1 -1
sentiment_analysis.py
CHANGED
@@ -43,4 +43,4 @@ class SentimentAnalysisTool(Tool):
|
|
43 |
sentiment_analysis_tool = SentimentAnalysisTool()
|
44 |
|
45 |
# Create the Gradio interface
|
46 |
-
gr.Interface(fn=sentiment_analysis_tool, inputs=sentiment_analysis_tool.inputs, outputs=sentiment_analysis_tool.outputs).launch()
|
|
|
43 |
sentiment_analysis_tool = SentimentAnalysisTool()
|
44 |
|
45 |
# Create the Gradio interface
|
46 |
+
#gr.Interface(fn=sentiment_analysis_tool, inputs=sentiment_analysis_tool.inputs, outputs=sentiment_analysis_tool.outputs).launch(share=True)
|