Spaces:
Paused
Paused
uuu
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ with gr.Blocks() as demo:
|
|
74 |
prompt_box = gr.Textbox(label="Prompt", placeholder="Enter your image generation prompt")
|
75 |
|
76 |
with gr.Row():
|
77 |
-
ref_img = gr.
|
78 |
|
79 |
with gr.Row():
|
80 |
guidance_slider = gr.Slider(
|
|
|
74 |
prompt_box = gr.Textbox(label="Prompt", placeholder="Enter your image generation prompt")
|
75 |
|
76 |
with gr.Row():
|
77 |
+
ref_img = gr.File(label="Upload Reference Image")
|
78 |
|
79 |
with gr.Row():
|
80 |
guidance_slider = gr.Slider(
|