xingpng commited on
Commit
7f4dbbf
·
1 Parent(s): 55f13e6
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -321,7 +321,7 @@ with block:
321
  prompt_type = gr.Radio(
322
  ["caption of Blip", "user input"],
323
  value="caption of Blip",
324
- label="task")
325
  prompt = gr.Textbox(label="Prompt",
326
  value="there is a small house with a sheep statue on top of it")
327
  if prompt_type == "caption of Blip":
 
321
  prompt_type = gr.Radio(
322
  ["caption of Blip", "user input"],
323
  value="caption of Blip",
324
+ label="prompt type")
325
  prompt = gr.Textbox(label="Prompt",
326
  value="there is a small house with a sheep statue on top of it")
327
  if prompt_type == "caption of Blip":