AhmedSSabir
commited on
Commit
•
cf3265a
1
Parent(s):
2b954d0
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ demo = gr.Interface(
|
|
117 |
inputs=[gr.Textbox(value="a city street filled with traffic at night") , gr.Textbox(value="traffic"), gr.Textbox(value="0.7458009")],
|
118 |
#outputs=[gr.Textbox(value="Language Model Score") , gr.Textbox(value="Semantic Similarity Score"), gr.Textbox(value="Belief revision score via visual context")],
|
119 |
outputs="label",
|
120 |
-
share=True,
|
121 |
)
|
122 |
demo.launch()
|
123 |
|
|
|
117 |
inputs=[gr.Textbox(value="a city street filled with traffic at night") , gr.Textbox(value="traffic"), gr.Textbox(value="0.7458009")],
|
118 |
#outputs=[gr.Textbox(value="Language Model Score") , gr.Textbox(value="Semantic Similarity Score"), gr.Textbox(value="Belief revision score via visual context")],
|
119 |
outputs="label",
|
120 |
+
#share=True,
|
121 |
)
|
122 |
demo.launch()
|
123 |
|