Nekochu commited on
Commit
257a39e
1 Parent(s): 5d3b60d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -121,11 +121,8 @@ chat_interface = gr.ChatInterface(
121
  ],
122
  stop_btn=None,
123
  examples=[
124
- ["Hello there! How are you doing?"],
125
- ["Can you explain briefly to me what is the Python programming language?"],
126
- ["Explain the plot of Cinderella in a sentence."],
127
- ["How many hours does it take a man to eat a Helicopter?"],
128
- ["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
129
  ],
130
  )
131
 
 
121
  ],
122
  stop_btn=None,
123
  examples=[
124
+ ["### Instruction: Create stable diffusion metadata based on the given english description. Luminia ### Input: favorites and popular SFW ### Response:"],
125
+ ["Can you explain briefly to me what is stable diffusion metadata and tips?"],
 
 
 
126
  ],
127
  )
128