ysharma HF staff commited on
Commit
7190992
β€’
1 Parent(s): 072a94e
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -81,8 +81,9 @@ demo = gr.Blocks()
81
  with demo:
82
  gr.Markdown("<h1><center>Distracted Boyfriend MemeπŸ˜„- Brought to you by Bloom 🌸 </center></h1>")
83
  gr.Markdown(
84
- """Bloom is a model made by research teams from [HuggingFace](https://huggingface.co/bigscience/bloom) and world over (more than 1000 researchers coming together and working as [BigScienceW Bloom](https://twitter.com/BigscienceW)).\n\nLarge language models can produce coherent sentences but can they produce **Humor** too? Yes, they can, given the correct prompt (Yes, Prompt Engineering πŸ€– has definitely become a thing).\n\n**How to Use this App**: Just Fire Away the Generate Meme button below!!\n\n**How this App works**: Figuring out the right set of Prompting + Writing on an Image + Bit of engineering. Currently, Bloom's Public API has size-limits on Token-Generation, so you can get only few tokens generated at a time.\n\n<pre> Bloom generating very few tokens When Few words are Enough</pre>\n\n<pre>## 🀝</pre>\n\n\nIt is a fun little App which you can play with for a while.\n\nThis Space is created by [Yuvraj Sharma](https://twitter.com/yvrjsharma)"""' '
85
  )
 
86
  with gr.Row():
87
 
88
  in_image = gr.Image(value="./distracted0.jpg", visible=False)
 
81
  with demo:
82
  gr.Markdown("<h1><center>Distracted Boyfriend MemeπŸ˜„- Brought to you by Bloom 🌸 </center></h1>")
83
  gr.Markdown(
84
+ """Bloom is a model made by research teams from [HuggingFace](https://huggingface.co/bigscience/bloom) and world over (more than 1000 researchers coming together and working as [BigScienceW Bloom](https://twitter.com/BigscienceW)).\n\nLarge language models can produce coherent sentences but can they produce **Humor** too? Yes, they can, given the correct prompt (Yes, Prompt Engineering πŸ€– has definitely become a thing).\n\n**How to Use this App**: Just Fire Away the Generate Meme button below!!\n\n**How this App works**: Figuring out the right set of Prompting + Writing on an Image + Bit of engineering. Currently, Bloom's Public API has size-limits on Token-Generation, so you can get only few tokens generated at a time.\n\n<pre> Bloom generating very few tokens When Few words are Enough</pre>\n\n<pre><span style='font-size:40px'> 🀝</span></pre>\n\n\nIt is a fun little App which you can play with for a while.\n\nThis Space is created by [Yuvraj Sharma](https://twitter.com/yvrjsharma)"""
85
  )
86
+ # <span style="color:green;font-weight:700;font-size:20px">markdown color font styles</span>
87
  with gr.Row():
88
 
89
  in_image = gr.Image(value="./distracted0.jpg", visible=False)