Update app.py
Browse files
app.py
CHANGED
@@ -29,8 +29,7 @@ demo = gr.Interface(
|
|
29 |
description="This is a text generation app, it can prove useful when you want to generate texts. All you need to do is copy and paste a short prompt. The potential of this app is limitless especially for writers, you are only limited by your prompt engineering skills",
|
30 |
examples=[
|
31 |
["During its construction, the Eiffel Tower surpassed the Washington Monument to become the tallest man-made structure in"
|
32 |
-
],["Question: What hurdles or challenges are you facing as you move through your career journey? Please share a specific example?
|
33 |
-
answer:I have been"]
|
34 |
],
|
35 |
)
|
36 |
demo.launch()
|
|
|
29 |
description="This is a text generation app, it can prove useful when you want to generate texts. All you need to do is copy and paste a short prompt. The potential of this app is limitless especially for writers, you are only limited by your prompt engineering skills",
|
30 |
examples=[
|
31 |
["During its construction, the Eiffel Tower surpassed the Washington Monument to become the tallest man-made structure in"
|
32 |
+
],["Question: What hurdles or challenges are you facing as you move through your career journey? Please share a specific example?answer:I have been"]
|
|
|
33 |
],
|
34 |
)
|
35 |
demo.launch()
|