TusharGoel commited on
Commit
0f199ad
1 Parent(s): adaaa16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def qna(image, question):
35
  return answer
36
 
37
 
38
- img = gr.Image(source="upload", label="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