appvoid commited on
Commit
7808c60
Β·
verified Β·
1 Parent(s): a9e9207

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -111,13 +111,13 @@ chat_interface = gr.ChatInterface(
111
  ),
112
  ],
113
  stop_btn=None,
114
- # examples=[
115
- # ["Hello there! How are you doing?"],
116
- # ["Can you explain briefly to me what is the Python programming language?"],
117
- # ["Explain the plot of Cinderella in a sentence."],
118
- # ["How many hours does it take a man to eat a Helicopter?"],
119
- # ["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
120
- # ],
121
  )
122
 
123
  with gr.Blocks(css="style.css") as demo:
 
111
  ),
112
  ],
113
  stop_btn=None,
114
+ examples=[
115
+ ["Hello there! How are you doing?"],
116
+ ["Can you explain briefly to me what is the Python programming language?"],
117
+ ["Explain the plot of Cinderella in a sentence."],
118
+ ["How many hours does it take a man to eat a Helicopter?"],
119
+ ["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
120
+ ],
121
  )
122
 
123
  with gr.Blocks(css="style.css") as demo: