Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
@@ -308,7 +308,7 @@ examples = [["Pink Ferrari Car", 24041975,"Manga"], ["A man sipping tea wearing
|
|
308 |
|
309 |
demo = gr.Interface(inference,
|
310 |
inputs = [gr.Textbox(label='Prompt', value='Pink Ferrari Car'), gr.Textbox(label='Seed', value='24041975'),
|
311 |
-
gr.Dropdown(['Dr Strange', 'GTA-5', 'Manga', 'Pokemon'], label='Style')],
|
312 |
|
313 |
outputs = [
|
314 |
gr.Image(label="Stable Diffusion Output"),
|
|
|
308 |
|
309 |
demo = gr.Interface(inference,
|
310 |
inputs = [gr.Textbox(label='Prompt', value='Pink Ferrari Car'), gr.Textbox(label='Seed', value='24041975'),
|
311 |
+
gr.Dropdown(['Dr Strange', 'GTA-5', 'Manga', 'Pokemon','Illustration','Matrix','Oil Painting'],value=["'Dr Strange"], label='Style')],
|
312 |
|
313 |
outputs = [
|
314 |
gr.Image(label="Stable Diffusion Output"),
|