Spaces:
Sleeping
Sleeping
Commit
·
4fce288
1
Parent(s):
a8bf144
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from transformers import Speech2TextProcessor, Speech2TextForConditionalGenerati
|
|
6 |
from gradio.mix import Parallel, Series
|
7 |
|
8 |
# Display Text
|
9 |
-
desc = "Summarize your text!
|
10 |
|
11 |
# Models I've fine tuned
|
12 |
qa_model = 'huggingface/SamuelMiller/qa_squad'
|
|
|
6 |
from gradio.mix import Parallel, Series
|
7 |
|
8 |
# Display Text
|
9 |
+
desc = "Summarize your text!"
|
10 |
|
11 |
# Models I've fine tuned
|
12 |
qa_model = 'huggingface/SamuelMiller/qa_squad'
|