Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -290,7 +290,7 @@ if __name__ == "__main__":
|
|
| 290 |
submitted = st.form_submit_button("Submit")
|
| 291 |
|
| 292 |
if submitted:
|
| 293 |
-
print(
|
| 294 |
# hardcode input data
|
| 295 |
model_checkpoint = "sgugger/glue-mrpc"
|
| 296 |
dataset_name = "nyu-mll/glue"
|
|
|
|
| 290 |
submitted = st.form_submit_button("Submit")
|
| 291 |
|
| 292 |
if submitted:
|
| 293 |
+
print(dataset_name, model_checkpoint)
|
| 294 |
# hardcode input data
|
| 295 |
model_checkpoint = "sgugger/glue-mrpc"
|
| 296 |
dataset_name = "nyu-mll/glue"
|