Spaces:
Running
Running
Alex
commited on
Update app.py
Browse files
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 |
-
|
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")
|