momo commited on
Commit
fc2acc8
โ€ข
1 Parent(s): b6ba0df
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ if __name__ == '__main__':
72
  title="ํ•œ๊ตญ์–ด ํ˜์˜คํ‘œํ˜„, ๊ฐœ์ธ์ •๋ณด ํŒ๋ณ„๊ธฐ (Korean Hate Speech and Privacy Detection)",
73
  description="Korean Hate Speech and Privacy Detection."
74
  )
75
- app.launch(inline=False)
76
 
77
 
78
 
 
72
  title="ํ•œ๊ตญ์–ด ํ˜์˜คํ‘œํ˜„, ๊ฐœ์ธ์ •๋ณด ํŒ๋ณ„๊ธฐ (Korean Hate Speech and Privacy Detection)",
73
  description="Korean Hate Speech and Privacy Detection."
74
  )
75
+ app.launch()
76
 
77
 
78