Tonic commited on
Commit
bddadc8
1 Parent(s): de261b5

add image editor howto

Browse files
Files changed (1) hide show
  1. globe.py +8 -6
globe.py CHANGED
@@ -21,19 +21,21 @@ The **GOT-OCR model** is a cutting-edge OCR system with **580M parameters**, des
21
  - Sheet music
22
  - Geometric shapes
23
 
 
 
 
 
 
 
 
24
  ## How to Use
25
 
26
  1. Select a task from the dropdown menu.
27
  2. Upload an image.
28
  3. (Optional) Adjust parameters based on the selected task.
29
  4. Click **Process** to view the results.
30
- """
31
- joinus = """---
32
- ### Join us :
33
 
34
- 🌟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 🤗
35
- """
36
- modelinfor = """---
37
 
38
  ### Model Information
39
 
 
21
  - Sheet music
22
  - Geometric shapes
23
 
24
+ """
25
+ joinus = """---
26
+ ### Join us :
27
+
28
+ 🌟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 🤗
29
+ """
30
+ modelinfor = """
31
  ## How to Use
32
 
33
  1. Select a task from the dropdown menu.
34
  2. Upload an image.
35
  3. (Optional) Adjust parameters based on the selected task.
36
  4. Click **Process** to view the results.
 
 
 
37
 
38
+ ---
 
 
39
 
40
  ### Model Information
41