Update app.py
Browse files
app.py
CHANGED
@@ -21,6 +21,19 @@ with gr.Blocks() as demo:
|
|
21 |
|
22 |
with gr.Row():
|
23 |
gr.Markdown("""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
# Outline of Exciting AI Developments! 🤖💻🔬
|
26 |
|
|
|
21 |
|
22 |
with gr.Row():
|
23 |
gr.Markdown("""
|
24 |
+
|
25 |
+
Example on how to prompt. Create a pattern sequence of text. In this example I use language names then click generate to add each line after adding another heading for a language.
|
26 |
+
|
27 |
+
English: Hi my name is Aaron. I am a computer scientist and senior principal engineer.
|
28 |
+
Japanese: 私はアランです。コンピューター科学者とプログラ
|
29 |
+
English: Hi my name is Aaron. I am a computer scientist and senior principal engineer.
|
30 |
+
Chinese: 你好,我叫Aaron。我是一个计算机科学家和高级首席工程师。
|
31 |
+
English: Hi my name is Aaron. I am a computer scientist and senior principal engineer.
|
32 |
+
Spanish: Hola, me llamo Aaron. Soy un cientifico de la computacion y un ingeniero principal
|
33 |
+
English: Hi my name is Aaron. I am a computer scientist and senior principal engineer.
|
34 |
+
Sanskrit: नमस्ते, मेरा नाम है Aaron. मैं एक कंप्यूटर वैज्ञानिक और वरिष्ठ प्रमुख इंजीनियर हूँ।
|
35 |
+
French: Bonjour, je m'appelle Aaron. Je suis un scientifique en informatique et un ingénieur senior.
|
36 |
+
|
37 |
|
38 |
# Outline of Exciting AI Developments! 🤖💻🔬
|
39 |
|