ruslanmv commited on
Commit
d832bce
1 Parent(s): 5d7296f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -277,7 +277,8 @@ interface = gr.Interface(
277
  allow_flagging="never",
278
  title=title,
279
  description=description,
280
- examples=[["What are the symptoms of COVID-19?"]],
 
281
  )
282
  #interface.launch(inline=True, share=False) #For the notebook
283
  interface.launch(server_name="0.0.0.0",server_port=7860)
 
277
  allow_flagging="never",
278
  title=title,
279
  description=description,
280
+ examples=[["What are the symptoms of COVID-19?"],["I have started to get lots of acne on my face, particularly on my forehead what can I do"]],
281
+
282
  )
283
  #interface.launch(inline=True, share=False) #For the notebook
284
  interface.launch(server_name="0.0.0.0",server_port=7860)