Update app.py
Browse files
app.py
CHANGED
|
@@ -30,8 +30,8 @@ demo = gr.Interface(
|
|
| 30 |
gr.Textbox(placeholder="Enter sentence here..."),
|
| 31 |
["highlight", "json", "html"],
|
| 32 |
examples=[
|
| 33 |
-
["
|
| 34 |
-
["
|
| 35 |
],
|
| 36 |
)
|
| 37 |
|
|
|
|
| 30 |
gr.Textbox(placeholder="Enter sentence here..."),
|
| 31 |
["highlight", "json", "html"],
|
| 32 |
examples=[
|
| 33 |
+
["모두가 바란 꿈을 쫓아봐도"],
|
| 34 |
+
["내 탓인 거야, 이거뿐이라고 포기하지 말아요"],
|
| 35 |
],
|
| 36 |
)
|
| 37 |
|