awacke1 commited on
Commit
f0ea977
·
1 Parent(s): e40536f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
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. 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: 私はアランです。コンピューター科学者とプログラ
@@ -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