MaxMilan1
commited on
Commit
·
f8cb6f9
1
Parent(s):
ee45526
change
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ with gr.Blocks(theme=theme) as GenDemo:
|
|
| 28 |
with gr.Row(variant="panel"):
|
| 29 |
with gr.Column():
|
| 30 |
prompt = gr.Textbox(label="Enter a discription of a shoe")
|
| 31 |
-
image = gr.Image(label="Enter an image of a shoe, that you want to use as a reference")
|
| 32 |
strength = gr.Slider(label="Strength", minimum=0.1, maximum=1.0, value=0.5, step=0.1)
|
| 33 |
gr.Examples(
|
| 34 |
examples=[
|
|
|
|
| 28 |
with gr.Row(variant="panel"):
|
| 29 |
with gr.Column():
|
| 30 |
prompt = gr.Textbox(label="Enter a discription of a shoe")
|
| 31 |
+
image = gr.Image(label="Enter an image of a shoe, that you want to use as a reference", type='pil')
|
| 32 |
strength = gr.Slider(label="Strength", minimum=0.1, maximum=1.0, value=0.5, step=0.1)
|
| 33 |
gr.Examples(
|
| 34 |
examples=[
|