prithivMLmods commited on
Commit
8ff93eb
·
verified ·
1 Parent(s): 053b869

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ caption_node = FnNode(
105
  ),
106
  },
107
  outputs={
108
- "caption": gr.Textbox(label="Generated Detailed Caption", lines=6),
109
  },
110
  )
111
 
 
105
  ),
106
  },
107
  outputs={
108
+ "caption": gr.Textbox(label="Generated Detailed Caption", lines=6, interactive=True),
109
  },
110
  )
111