gorkaartola commited on
Commit
5d3eb31
1 Parent(s): b4f9e0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ iface = gr.Interface(
23
  gr.CheckboxGroup(list(op.prediction_strategy_options.keys())),
24
  ],
25
  #"text",
26
- gr.file(),
27
  title="Classification by SDGs",
28
  description="Zero Shot Classification by SDG over test dataset",
29
  )
 
23
  gr.CheckboxGroup(list(op.prediction_strategy_options.keys())),
24
  ],
25
  #"text",
26
+ gr.File(),
27
  title="Classification by SDGs",
28
  description="Zero Shot Classification by SDG over test dataset",
29
  )