Spaces:
Running
Running
Removing "base model" stuff.
Browse files
app.py
CHANGED
|
@@ -92,7 +92,6 @@ def get_model_size(model_info: ModelInfo, precision: str):
|
|
| 92 |
|
| 93 |
def add_new_eval(
|
| 94 |
repo_id: str,
|
| 95 |
-
base_model: str,
|
| 96 |
revision: str,
|
| 97 |
precision: str,
|
| 98 |
weight_type: str,
|
|
@@ -221,7 +220,6 @@ with gr.Blocks() as demo:
|
|
| 221 |
fn=add_new_eval,
|
| 222 |
inputs=[
|
| 223 |
model_name_textbox,
|
| 224 |
-
"",
|
| 225 |
revision_name_textbox,
|
| 226 |
precision,
|
| 227 |
weight_type,
|
|
|
|
| 92 |
|
| 93 |
def add_new_eval(
|
| 94 |
repo_id: str,
|
|
|
|
| 95 |
revision: str,
|
| 96 |
precision: str,
|
| 97 |
weight_type: str,
|
|
|
|
| 220 |
fn=add_new_eval,
|
| 221 |
inputs=[
|
| 222 |
model_name_textbox,
|
|
|
|
| 223 |
revision_name_textbox,
|
| 224 |
precision,
|
| 225 |
weight_type,
|