aaboelmal commited on
Commit
fc94748
·
verified ·
1 Parent(s): a0d53d9

Update app.py

Browse files

Creating a public link for the app

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,4 +19,4 @@ def analyze_sentiment(text):
19
 
20
  # Define Gradio interface
21
  iface = gr.Interface(fn=analyze_sentiment, inputs="text", outputs="text", title="Arabic Sentiment Analysis")
22
- iface.launch()
 
19
 
20
  # Define Gradio interface
21
  iface = gr.Interface(fn=analyze_sentiment, inputs="text", outputs="text", title="Arabic Sentiment Analysis")
22
+ iface.launch(share=True)