add app
Browse files
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(
|
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 |
|