Obb12 commited on
Commit
06bf5d3
·
verified ·
1 Parent(s): 00db099

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,4 +12,4 @@ demo = gr.Interface(
12
  description="Classifies Japanese text as Positive 😎 or Negative 😡 using a PyTorch model trained from scratch."
13
  )
14
 
15
- demo.launch()
 
12
  description="Classifies Japanese text as Positive 😎 or Negative 😡 using a PyTorch model trained from scratch."
13
  )
14
 
15
+ demo.launch(share=True)