TruongScotl commited on
Commit
37195cf
1 Parent(s): 21a1684

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -2,8 +2,12 @@ import gradio as gr
2
 
3
  title = "Speech to Text"
4
  description = """
5
- The bot was tryin' to translate based on my, Rick Sanchez, genius brain waves. Drop the damn file, Morty!
 
 
6
  <img src="https://huggingface.co/spaces/course-demos/Rick_and_Morty_QA/resolve/main/rick.png" width=200px>
 
 
7
  """
8
 
9
  gr.load("models/TruongScotl/stvietnamese2",title=title,description=description).launch()
 
2
 
3
  title = "Speech to Text"
4
  description = """
5
+ <p>
6
+ <center>
7
+ Open your eye Morty, that translator is mind-blowing. Drop the damn file, Morty!
8
  <img src="https://huggingface.co/spaces/course-demos/Rick_and_Morty_QA/resolve/main/rick.png" width=200px>
9
+ </center>
10
+ </p>
11
  """
12
 
13
  gr.load("models/TruongScotl/stvietnamese2",title=title,description=description).launch()