Spaces:
Sleeping
Sleeping
Commit
·
b2ddb1b
1
Parent(s):
5451d29
Update app.py
Browse files
app.py
CHANGED
@@ -117,6 +117,6 @@ with gr.Blocks(title=title) as demo:
|
|
117 |
|
118 |
|
119 |
gr.Markdown("### Click on any of the examples below to see how it works:")
|
120 |
-
gr.Examples(["It is difficult to write persuasive product descriptions.","Talking to your friends about their problems with drugs and alcohol might not be easy.","When experiencing depression, I couldn't get out of bed or focus.","Up to 6 million homeless animals enter shelters nationwide every year."], [prob1], [label,impplot,NER], main, cache_examples=True)
|
121 |
|
122 |
demo.launch()
|
|
|
117 |
|
118 |
|
119 |
gr.Markdown("### Click on any of the examples below to see how it works:")
|
120 |
+
gr.Examples([["It is difficult to write persuasive product descriptions."],["Talking to your friends about their problems with drugs and alcohol might not be easy."],["When experiencing depression, I couldn't get out of bed or focus."],["Up to 6 million homeless animals enter shelters nationwide every year."]], [prob1], [label,impplot,NER], main, cache_examples=True)
|
121 |
|
122 |
demo.launch()
|