Spaces:
Running
on
Zero
Running
on
Zero
prompt
Browse files
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="
|
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":
|