Spaces:
Running
Running
copperwiring
commited on
Commit
·
963e006
1
Parent(s):
654128b
updated app.py
Browse files
app.py
CHANGED
@@ -109,8 +109,6 @@ gradio_app = gr.Interface(
|
|
109 |
inputs=[
|
110 |
gr.Image(label="Upload an image", sources=['upload', 'webcam'], type="pil"),
|
111 |
gr.Textbox(label="The image portrays culturally-relevant information in:", placeholder="what culture does this image represent?"),
|
112 |
-
gr.Radio(choices=["North America", "South America", "Europe", "Africa", "Asia", "Australia"],
|
113 |
-
label="Which continent is most represented in this image?"),
|
114 |
gr.Textbox(label="City where the image was taken:", placeholder="Enter city name"),
|
115 |
gr.Textbox(label="Country where the image was taken:", placeholder="Enter country name"),
|
116 |
gr.Radio(
|
|
|
109 |
inputs=[
|
110 |
gr.Image(label="Upload an image", sources=['upload', 'webcam'], type="pil"),
|
111 |
gr.Textbox(label="The image portrays culturally-relevant information in:", placeholder="what culture does this image represent?"),
|
|
|
|
|
112 |
gr.Textbox(label="City where the image was taken:", placeholder="Enter city name"),
|
113 |
gr.Textbox(label="Country where the image was taken:", placeholder="Enter country name"),
|
114 |
gr.Radio(
|