Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ with gr.Blocks() as demo:
|
|
72 |
outputs=[out_text, y_attribute],
|
73 |
fn=upload_file,
|
74 |
cache_examples=True)
|
75 |
-
btn = gr.Button("
|
76 |
# out_table = gr.DataFrame()
|
77 |
inp_file.change(fn=upload_file, inputs=inp_file, outputs=[out_text, y_attribute])
|
78 |
|
|
|
72 |
outputs=[out_text, y_attribute],
|
73 |
fn=upload_file,
|
74 |
cache_examples=True)
|
75 |
+
btn = gr.Button("Calculate ROC AUC OVO")
|
76 |
# out_table = gr.DataFrame()
|
77 |
inp_file.change(fn=upload_file, inputs=inp_file, outputs=[out_text, y_attribute])
|
78 |
|