Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -300,15 +300,8 @@ print("--- Setting up Gradio Interface ---")
|
|
300 |
|
301 |
with gr.Blocks(css=custom_css) as demo:
|
302 |
gr.Markdown("""
|
303 |
-
#
|
304 |
|
305 |
-
ํ๊ตญ์ ๊ธฐ์ ๋ ฅ์ผ๋ก ๊ฐ๋ฐ๋ ๋ค์ด๋ฒ์ ์ด๊ฑฐ๋ AI ์ธ์ด๋ชจ๋ธ 'HyperCLOVA X'๋ฅผ ๊ฒฝํํด๋ณด์ธ์.
|
306 |
-
์ด ๋ฐ๋ชจ๋ 0.5B ํ๋ผ๋ฏธํฐ ๊ฒฝ๋ ๋ชจ๋ธ์ ์ฌ์ฉํ์ฌ ํ๊ตญ์ด ์์ฐ์ด ์ฒ๋ฆฌ ๋ฅ๋ ฅ์ ๋ณด์ฌ์ค๋๋ค.
|
307 |
-
|
308 |
-
**์ฌ์ฉ ๋ฐฉ๋ฒ**:
|
309 |
-
- ์๋ ์ฑํ
์ฐฝ์ ์ง๋ฌธ์ด๋ ์์ฒญ์ ์
๋ ฅํ์ธ์
|
310 |
-
- ํ๊ตญ์ด๋ก ๋ค์ํ ์ฃผ์ ์ ๋ํ ๋ํ๋ฅผ ๋๋ ๋ณด์ธ์
|
311 |
-
- ์์ ์ง๋ฌธ์ ํด๋ฆญํ์ฌ ๋น ๋ฅด๊ฒ ์์ํ ์๋ ์์ต๋๋ค
|
312 |
""", elem_id="intro-message")
|
313 |
|
314 |
# Using standard ChatInterface (compatible with all Gradio versions)
|
|
|
300 |
|
301 |
with gr.Blocks(css=custom_css) as demo:
|
302 |
gr.Markdown("""
|
303 |
+
# NAVER hyperclovax: HyperCLOVAX-SEED-Text-Instruct-0.5B
|
304 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
305 |
""", elem_id="intro-message")
|
306 |
|
307 |
# Using standard ChatInterface (compatible with all Gradio versions)
|