Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -223,7 +223,7 @@ def print_s(source_lang, target_lang, text0):
|
|
223 |
demo = gr.Blocks()
|
224 |
|
225 |
with demo:
|
226 |
-
gr.
|
227 |
text0 = gr.Textbox(label = "Enter text here....")
|
228 |
text = gr.Textbox(label = "output of every action will be reflected in this block....")
|
229 |
#gr.Markdown("Speech analyzer")
|
|
|
223 |
demo = gr.Blocks()
|
224 |
|
225 |
with demo:
|
226 |
+
gr.Interface(title = "Text Analyzer")
|
227 |
text0 = gr.Textbox(label = "Enter text here....")
|
228 |
text = gr.Textbox(label = "output of every action will be reflected in this block....")
|
229 |
#gr.Markdown("Speech analyzer")
|