Alex commited on
Commit
b66d272
·
verified ·
1 Parent(s): c741cd3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -304,8 +304,9 @@ def create_interface():
304
  img_style = gr.Textbox(label="Style ID")
305
  img_uuid = gr.Textbox(label="UUID ID") # Default UUID
306
  img_token = gr.Textbox(label="Token ID") # Password type for token
 
307
  img_output = gr.Textbox() # Output for image-to-image response
308
- img_prompt = gr.Textbox() # Output for image-to-image response
309
 
310
  # Bind the image-to-image function to the interface
311
  img_submit_button = gr.Button("Generate Image")
 
304
  img_style = gr.Textbox(label="Style ID")
305
  img_uuid = gr.Textbox(label="UUID ID") # Default UUID
306
  img_token = gr.Textbox(label="Token ID") # Password type for token
307
+ img_prompt = gr.Textbox(label="img_prompt ID") # Password type for token
308
  img_output = gr.Textbox() # Output for image-to-image response
309
+
310
 
311
  # Bind the image-to-image function to the interface
312
  img_submit_button = gr.Button("Generate Image")