TakiTakiTa commited on
Commit
973ac63
·
verified ·
1 Parent(s): 383c128

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ with gr.Blocks() as demo:
65
  with gr.Row():
66
  model_name_input = gr.Textbox(
67
  label="Model Name",
68
- value="simplescaling/s1-32B",
69
  placeholder="Enter model name"
70
  )
71
  load_button = gr.Button("Load Model")
 
65
  with gr.Row():
66
  model_name_input = gr.Textbox(
67
  label="Model Name",
68
+ value="agentica-org/DeepScaleR-1.5B-Preview",
69
  placeholder="Enter model name"
70
  )
71
  load_button = gr.Button("Load Model")