Spaces:
Build error
Build error
Commit
·
28616cb
1
Parent(s):
d445f18
Fix emoji model typo
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ iface = gr.Interface(fn=run, inputs=[
|
|
69 |
gr.inputs.Textbox(label="Prompt (if not in Russian, it will be automatically translated to Russian)",default="chalk pastel drawing of a dog wearing a funny hat"),
|
70 |
#gr.inputs.Slider(label="Steps - more steps can increase quality but will take longer to generate",default=45,maximum=50,minimum=1,step=1),
|
71 |
gr.inputs.Radio(label="Aspect Ratio", choices=["Square", "Horizontal", "Vertical"],default="Horizontal"),
|
72 |
-
gr.inputs.Dropdown(label="Model", choices=["Surrealism","Realism", "
|
73 |
#gr.inputs.Radio(label="Height", choices=[32,64,128,256,512],default=256),
|
74 |
#gr.inputs.Slider(label="Images - How many images you wish to generate", default=2, step=1, minimum=1, maximum=4),
|
75 |
#gr.inputs.Slider(label="Diversity scale - How different from one another you wish the images to be",default=5.0, minimum=1.0, maximum=15.0),
|
|
|
69 |
gr.inputs.Textbox(label="Prompt (if not in Russian, it will be automatically translated to Russian)",default="chalk pastel drawing of a dog wearing a funny hat"),
|
70 |
#gr.inputs.Slider(label="Steps - more steps can increase quality but will take longer to generate",default=45,maximum=50,minimum=1,step=1),
|
71 |
gr.inputs.Radio(label="Aspect Ratio", choices=["Square", "Horizontal", "Vertical"],default="Horizontal"),
|
72 |
+
gr.inputs.Dropdown(label="Model", choices=["Surrealism","Realism", "Emoji"], default="Surrealism")
|
73 |
#gr.inputs.Radio(label="Height", choices=[32,64,128,256,512],default=256),
|
74 |
#gr.inputs.Slider(label="Images - How many images you wish to generate", default=2, step=1, minimum=1, maximum=4),
|
75 |
#gr.inputs.Slider(label="Diversity scale - How different from one another you wish the images to be",default=5.0, minimum=1.0, maximum=15.0),
|