Spaces:
Running
Running
Update app.py
Browse files
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.
|
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 ์ฝ๋๋ฅผ ์ด๋ฏธ์ง๋ก ๋ณํํฉ๋๋ค.")
|