Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -183,4 +183,5 @@ inputs = [gr.inputs.Image(type='pil', label="Load the image of your interest")]
|
|
183 |
outputs = [gr.outputs.Textbox(label="What action is this?"), gr.outputs.Textbox(label="Textual Explanation"), gr.outputs.Image(type='pil', label="Visual Explanation")]
|
184 |
|
185 |
title = "NLX-GPT: Explanations with Natural Text (Action Recognition Demo)"
|
186 |
-
gr.Interface(inference, inputs, outputs, title=title).launch()
|
|
|
|
183 |
outputs = [gr.outputs.Textbox(label="What action is this?"), gr.outputs.Textbox(label="Textual Explanation"), gr.outputs.Image(type='pil', label="Visual Explanation")]
|
184 |
|
185 |
title = "NLX-GPT: Explanations with Natural Text (Action Recognition Demo)"
|
186 |
+
gr.Interface(inference, inputs, outputs, title=title).launch()
|
187 |
+
#
|