Spaces:
Running
Running
Update app.py
Browse files
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")
|