Spaces:
Build error
Build error
Samuel Mueller
commited on
Commit
·
e3f4b64
1
Parent(s):
38b737c
updated text
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ with gr.Blocks() as demo:
|
|
61 |
Upload a .arff file, select an attribute to predict and the number of cross validation folds and get the ROC AUC OVO score.
|
62 |
""")
|
63 |
inp_file = gr.File(
|
64 |
-
label='Drop
|
65 |
cv_folds = gr.Dropdown([2, 3, 4, 5], value=2, label='Number of CV folds')
|
66 |
out_text = gr.Markdown()
|
67 |
|
|
|
61 |
Upload a .arff file, select an attribute to predict and the number of cross validation folds and get the ROC AUC OVO score.
|
62 |
""")
|
63 |
inp_file = gr.File(
|
64 |
+
label='Drop a .arff file.')
|
65 |
cv_folds = gr.Dropdown([2, 3, 4, 5], value=2, label='Number of CV folds')
|
66 |
out_text = gr.Markdown()
|
67 |
|