seawolf2357 commited on
Commit
a812288
ยท
verified ยท
1 Parent(s): 5d72210

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def latex_to_image_via_api(latex_code):
17
  return "LaTeX ๋ณ€ํ™˜ ์‹คํŒจ: API ํ˜ธ์ถœ์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค."
18
 
19
  iface = gr.Interface(fn=latex_to_image_via_api,
20
- inputs=gr.Textarea(placeholder="LaTeX ์ฝ”๋“œ๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”..."),
21
  outputs=gr.Image(label="๋ณ€ํ™˜๋œ ์ด๋ฏธ์ง€"),
22
  title="LaTeX ์ฝ”๋“œ๋ฅผ ์ด๋ฏธ์ง€๋กœ ๋ณ€ํ™˜",
23
  description="Codecogs LaTeX Rendering API๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ LaTeX ์ฝ”๋“œ๋ฅผ ์ด๋ฏธ์ง€๋กœ ๋ณ€ํ™˜ํ•ฉ๋‹ˆ๋‹ค.")
 
17
  return "LaTeX ๋ณ€ํ™˜ ์‹คํŒจ: API ํ˜ธ์ถœ์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค."
18
 
19
  iface = gr.Interface(fn=latex_to_image_via_api,
20
+ inputs=gr.TextArea(placeholder="LaTeX ์ฝ”๋“œ๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”..."),
21
  outputs=gr.Image(label="๋ณ€ํ™˜๋œ ์ด๋ฏธ์ง€"),
22
  title="LaTeX ์ฝ”๋“œ๋ฅผ ์ด๋ฏธ์ง€๋กœ ๋ณ€ํ™˜",
23
  description="Codecogs LaTeX Rendering API๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ LaTeX ์ฝ”๋“œ๋ฅผ ์ด๋ฏธ์ง€๋กœ ๋ณ€ํ™˜ํ•ฉ๋‹ˆ๋‹ค.")