Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,9 @@ with gr.Blocks() as demo:
|
|
22 |
with gr.Row():
|
23 |
gr.Markdown("""
|
24 |
|
25 |
-
Example on how to prompt.
|
|
|
|
|
26 |
|
27 |
English: Hi my name is Aaron. I am a computer scientist and senior principal engineer.
|
28 |
Japanese: 私はアランです。コンピューター科学者とプログラ
|
@@ -34,6 +36,8 @@ English: Hi my name is Aaron. I am a computer scientist and senior principal en
|
|
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 |
|
|
|
22 |
with gr.Row():
|
23 |
gr.Markdown("""
|
24 |
|
25 |
+
# Example on how to prompt.
|
26 |
+
|
27 |
+
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.
|
28 |
|
29 |
English: Hi my name is Aaron. I am a computer scientist and senior principal engineer.
|
30 |
Japanese: 私はアランです。コンピューター科学者とプログラ
|
|
|
36 |
Sanskrit: नमस्ते, मेरा नाम है Aaron. मैं एक कंप्यूटर वैज्ञानिक और वरिष्ठ प्रमुख इंजीनियर हूँ।
|
37 |
French: Bonjour, je m'appelle Aaron. Je suis un scientifique en informatique et un ingénieur senior.
|
38 |
|
39 |
+
# Big Science on Papers with Code:
|
40 |
+
https://paperswithcode.com/paper/bloom-a-176b-parameter-open-access
|
41 |
|
42 |
# Outline of Exciting AI Developments! 🤖💻🔬
|
43 |
|