Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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")
|