momo commited on
Commit
49b7222
โ€ข
1 Parent(s): 059bc4d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ app = gr.Interface(
46
  title="ํ•œ๊ตญ์–ด ํ˜์˜คํ‘œํ˜„, ๊ฐœ์ธ์ •๋ณด ํŒ๋ณ„๊ธฐ (Korean Hate Speech and Privacy Detection)",
47
  description="Korean Hate Speech and Privacy Detection."
48
  )
49
- app.launch(inline=False)
50
 
51
 
52
 
 
46
  title="ํ•œ๊ตญ์–ด ํ˜์˜คํ‘œํ˜„, ๊ฐœ์ธ์ •๋ณด ํŒ๋ณ„๊ธฐ (Korean Hate Speech and Privacy Detection)",
47
  description="Korean Hate Speech and Privacy Detection."
48
  )
49
+ app.launch(share=True)
50
 
51
 
52