wiusdy commited on
Commit
8072ca2
1 Parent(s): 403ed9b

simple VQA

Browse files
Files changed (1) hide show
  1. app.py +0 -9
app.py CHANGED
@@ -24,14 +24,5 @@ with gr.Blocks() as demo:
24
 
25
  btn = gr.Button(value="Submit")
26
 
27
- if __name__ == "__main__":
28
- demo.launch()
29
-
30
-
31
-
32
- text = "What are the dogs riding?"
33
-
34
- demo = gr.Interface(vqa, , text, "text")
35
-
36
  if __name__ == "__main__":
37
  demo.launch()
 
24
 
25
  btn = gr.Button(value="Submit")
26
 
 
 
 
 
 
 
 
 
 
27
  if __name__ == "__main__":
28
  demo.launch()