zahraanaji commited on
Commit
012781f
·
verified ·
1 Parent(s): 6f7b64b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,5 +7,5 @@ def get_sentiment(input):
7
  return pipe(input)
8
 
9
  demo = gr.Interface(fn=get_sentiment,inputs="text",outputs=["text"],title="AI workshop",description="..")
10
- demo.launch(share=True)
11
 
 
7
  return pipe(input)
8
 
9
  demo = gr.Interface(fn=get_sentiment,inputs="text",outputs=["text"],title="AI workshop",description="..")
10
+ demo.launch()
11