MaxMilan1 commited on
Commit ·
d778d19
1
Parent(s): a32e744
more changes
Browse files
app.py
CHANGED
|
@@ -28,8 +28,8 @@ 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 |
-
select = gr.Dropdown(label="Select a model", choices=["
|
| 32 |
-
controlNet_image = gr.Image(label="Enter an image of a shoe, that you want to use as a reference", type='
|
| 33 |
gr.Examples(
|
| 34 |
examples=[
|
| 35 |
os.path.join("examples", img_name) for img_name in sorted(os.listdir("examples"))
|
|
|
|
| 28 |
with gr.Row(variant="panel"):
|
| 29 |
with gr.Column():
|
| 30 |
prompt = gr.Textbox(label="Enter a discription of a shoe")
|
| 31 |
+
select = gr.Dropdown(label="Select a model", choices=["Depth","Normal"])
|
| 32 |
+
controlNet_image = gr.Image(label="Enter an image of a shoe, that you want to use as a reference", type='pil')
|
| 33 |
gr.Examples(
|
| 34 |
examples=[
|
| 35 |
os.path.join("examples", img_name) for img_name in sorted(os.listdir("examples"))
|