Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -57,7 +57,8 @@ def calculate_accuracy(flood_selections, fire_selections, none_selections, num_p
|
|
| 57 |
data_df.to_csv("output.csv")
|
| 58 |
return incorrect, correct, accuracy, data_df, gr.DownloadButton(label=f"Download CSV", value="output.csv", visible=True)
|
| 59 |
|
| 60 |
-
|
|
|
|
| 61 |
|
| 62 |
with gr.Blocks() as demo:
|
| 63 |
event_models = ["jayebaku/distilbert-base-multilingual-cased-crexdata-relevance-classifier"]
|
|
|
|
| 57 |
data_df.to_csv("output.csv")
|
| 58 |
return incorrect, correct, accuracy, data_df, gr.DownloadButton(label=f"Download CSV", value="output.csv", visible=True)
|
| 59 |
|
| 60 |
+
def get_queries():
|
| 61 |
+
pass
|
| 62 |
|
| 63 |
with gr.Blocks() as demo:
|
| 64 |
event_models = ["jayebaku/distilbert-base-multilingual-cased-crexdata-relevance-classifier"]
|