Spaces:
Running
Running
TusharGoel
commited on
Commit
•
0f199ad
1
Parent(s):
adaaa16
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def qna(image, question):
|
|
35 |
return answer
|
36 |
|
37 |
|
38 |
-
img = gr.Image(
|
39 |
question = gr.Text(label="Question")
|
40 |
label = gr.Label(label="label")
|
41 |
|
|
|
35 |
return answer
|
36 |
|
37 |
|
38 |
+
img = gr.Image(label="Image")
|
39 |
question = gr.Text(label="Question")
|
40 |
label = gr.Label(label="label")
|
41 |
|