Shivdutta commited on
Commit
62962fc
·
verified ·
1 Parent(s): 963a611

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"),