Spaces:
Runtime error
Runtime error
Update note.py
Browse files
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(
|
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 |
|