Tonic commited on
Commit
85b113a
·
unverified ·
1 Parent(s): bf9b2e9

add how_to_use

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ In addition to text tasks, 🙏🏻PLeIAs/📸📈✍🏻Florence-PDF also incor
79
 
80
  joinus = """🌟TeamTonic🌟 is always making cool demos! Join our active builder's 🛠️community 👻 [![Join us on Discord](https://img.shields.io/discord/1109943800132010065?label=Discord&logo=discord&style=flat-square)](https://discord.gg/qdfnvSPcqP) On 🤗Huggingface:[MultiTransformer](https://huggingface.co/MultiTransformer) On 🌐Github: [Tonic-AI](https://github.com/tonic-ai) & contribute to🌟 [Build Tonic](https://git.tonic-ai.com/contribute)🤗Big thanks to Yuvi Sharma and all the folks at huggingface for the community grant 🤗
81
  """
82
- howto = """The advanced settings allow you to fine-tune the text generation process. Here's what each setting does and how to use it:
83
 
84
  ### Top-k (Default: 50)
85
  Top-k sampling limits the next token selection to the k most likely tokens.
 
79
 
80
  joinus = """🌟TeamTonic🌟 is always making cool demos! Join our active builder's 🛠️community 👻 [![Join us on Discord](https://img.shields.io/discord/1109943800132010065?label=Discord&logo=discord&style=flat-square)](https://discord.gg/qdfnvSPcqP) On 🤗Huggingface:[MultiTransformer](https://huggingface.co/MultiTransformer) On 🌐Github: [Tonic-AI](https://github.com/tonic-ai) & contribute to🌟 [Build Tonic](https://git.tonic-ai.com/contribute)🤗Big thanks to Yuvi Sharma and all the folks at huggingface for the community grant 🤗
81
  """
82
+ how_to_use = """The advanced settings allow you to fine-tune the text generation process. Here's what each setting does and how to use it:
83
 
84
  ### Top-k (Default: 50)
85
  Top-k sampling limits the next token selection to the k most likely tokens.