mjlee commited on
Commit
95ba507
Β·
1 Parent(s): b59964c
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -74,12 +74,11 @@ def infer(test_sentence):
74
  result = '\n'.join(annotation)
75
  return result
76
 
77
- article = "**뢄석할 ν…μŠ€νŠΈλ₯Ό μž…λ ₯ν•˜μ„Έμš”.**" \
78
 
79
  demo = gr.Interface(fn=infer,
80
  inputs=gr.Textbox(type="text", label="Input Sentence"),
81
- outputs=gr.Textbox(type="text", label="Result Sentence")
82
- # examples=[image_path,]
83
  )
84
 
85
  demo.launch(share=True)
 
74
  result = '\n'.join(annotation)
75
  return result
76
 
 
77
 
78
  demo = gr.Interface(fn=infer,
79
  inputs=gr.Textbox(type="text", label="Input Sentence"),
80
+ outputs=gr.Textbox(type="text", label="Result Sentence"),
81
+ article="**리뷰 μ˜ˆμ‹œ** : μ•„νŒŒνŠΈλŠ” μ˜€λž˜λ˜μ—ˆμ§€λ§Œ 동넀가 μ‘°μš©ν•˜κ³  μΎŒμ ν•˜μ—¬ μ‚΄κΈ°μ—λŠ” μ•„μ£Ό μ’‹μŠ΅λ‹ˆλ‹€. 큰 λ§ˆνŠΈκ°€ 주변에 μ—†λŠ” 단점이 μž‡μ§€λ§Œ μ΄μ΄Œμ—­μ΄ 맀우 가깝고 μƒν™œκΆŒ 내에 λ§›μž‡λŠ” 식당과 μ»€ν”Όμˆ–μ΄ μ¦λΉ„ν•©λ‹ˆλ‹€ γ…Žγ…Ž"
82
  )
83
 
84
  demo.launch(share=True)