Rehan3024 commited on
Commit
41f6efb
·
verified ·
1 Parent(s): 2f7f463

Update note.py

Browse files
Files changed (1) hide show
  1. note.py +1 -3
note.py CHANGED
@@ -98,9 +98,7 @@ final_interface = gr.TabbedInterface([interface1, interface2, interface3],
98
  ["Captioning", "Visual QnA", "Captioning and Translation"],
99
  title=title, theme=gr.themes.Soft())
100
 
101
- final_interface.launch(inbrowser=True)
102
 
103
- import gradio as gr
104
 
105
- !pip install transformers gradio torch Pillow sacremoses
106
 
 
98
  ["Captioning", "Visual QnA", "Captioning and Translation"],
99
  title=title, theme=gr.themes.Soft())
100
 
101
+ final_interface.launch()
102
 
 
103
 
 
104