Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|