Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import time
|
|
8 |
import spaces # Import spaces module for GPU acceleration
|
9 |
|
10 |
# --- Configuration ---
|
11 |
-
MODEL_ID = "naver-hyperclovax/HyperCLOVAX-SEED-Text-Instruct-
|
12 |
MAX_NEW_TOKENS = 512
|
13 |
USE_GPU = True # Enable GPU usage
|
14 |
|
@@ -300,7 +300,7 @@ print("--- Setting up Gradio Interface ---")
|
|
300 |
|
301 |
with gr.Blocks(css=custom_css) as demo:
|
302 |
gr.Markdown("""
|
303 |
-
# NAVER hyperclovax: HyperCLOVAX-SEED-Text-Instruct-
|
304 |
|
305 |
""", elem_id="intro-message")
|
306 |
|
|
|
8 |
import spaces # Import spaces module for GPU acceleration
|
9 |
|
10 |
# --- Configuration ---
|
11 |
+
MODEL_ID = "naver-hyperclovax/HyperCLOVAX-SEED-Text-Instruct-1.5B"
|
12 |
MAX_NEW_TOKENS = 512
|
13 |
USE_GPU = True # Enable GPU usage
|
14 |
|
|
|
300 |
|
301 |
with gr.Blocks(css=custom_css) as demo:
|
302 |
gr.Markdown("""
|
303 |
+
# NAVER hyperclovax: HyperCLOVAX-SEED-Text-Instruct-1.5B
|
304 |
|
305 |
""", elem_id="intro-message")
|
306 |
|