ginipick commited on
Commit
535805a
·
verified ·
1 Parent(s): 52ba3fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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-0.5B"
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-0.5B
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