sneha commited on
Commit ·
2aa44d9
1
Parent(s): 1735403
remove share
Browse files
app.py
CHANGED
|
@@ -100,4 +100,4 @@ output_plot = gr.Plot()
|
|
| 100 |
demo = gr.Interface(fn=run_attn, title="Visual Cortex Base Model",
|
| 101 |
examples=["./trifinger.jpg","./rearrange.jpg","./kitchen.jpg","./ego4d.jpg"],
|
| 102 |
inputs=input_img,outputs=[output_img,output_plot])
|
| 103 |
-
demo.launch(
|
|
|
|
| 100 |
demo = gr.Interface(fn=run_attn, title="Visual Cortex Base Model",
|
| 101 |
examples=["./trifinger.jpg","./rearrange.jpg","./kitchen.jpg","./ego4d.jpg"],
|
| 102 |
inputs=input_img,outputs=[output_img,output_plot])
|
| 103 |
+
demo.launch()
|