Commit
·
a4f8690
1
Parent(s):
7cc6e01
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
title = "Speech to Text
|
|
|
|
|
|
|
|
|
4 |
|
5 |
gr.load("models/TruongScotl/stvietnamese2",title=title).launch()
|
6 |
|
|
|
1 |
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).launch()
|
10 |
|