minemaster01 commited on
Commit
aad5c66
·
verified ·
1 Parent(s): 2a2a8f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def process_submission(input_img, language, country, state, city, se_asia_releva
56
  response.append(f"Other language: {other_language}")
57
  return tuple(response)
58
  def clear_inputs():
59
- return None, "OTHER", "", None, None, "", "", None, None, "", "", "", ""
60
  setup_hf_dataset()
61
  with gr.Blocks(theme='1024m/1024m-1') as gradio_app:
62
  gr.Markdown("# South Asian Image Data Collection")
 
56
  response.append(f"Other language: {other_language}")
57
  return tuple(response)
58
  def clear_inputs():
59
+ return None, "OTHER", "", "None", None, "", "", None, None, "", "", "", ""
60
  setup_hf_dataset()
61
  with gr.Blocks(theme='1024m/1024m-1') as gradio_app:
62
  gr.Markdown("# South Asian Image Data Collection")