Shivdutta commited on
Commit
500aae6
·
verified ·
1 Parent(s): 48b164b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -301,7 +301,10 @@ def inference(prompt, style,seed):
301
 
302
  title = "Stable Diffusion and Textual Inversion"
303
  description = "A simple Gradio interface to stylize Stable Diffusion outputs"
304
- examples = [['Pink Ferrari Car', '24041975','Manga'], ['A man sipping tea wearing a spacesuit on the moon','24041975', 'GTA-5']] # Added valid styles
 
 
 
305
 
306
  demo = gr.Interface(inference,
307
  inputs = [gr.Textbox(label='Prompt'), gr.Textbox(label='Seed', value='24041975'),
 
301
 
302
  title = "Stable Diffusion and Textual Inversion"
303
  description = "A simple Gradio interface to stylize Stable Diffusion outputs"
304
+ examples = examples = [['Pink Ferrari Car', '24041975', 'Manga'],
305
+ ['A man sipping tea wearing a spacesuit on the moon', '24041975', 'GTA-5']]
306
+ # Example inputs
307
+
308
 
309
  demo = gr.Interface(inference,
310
  inputs = [gr.Textbox(label='Prompt'), gr.Textbox(label='Seed', value='24041975'),