NeerAbhy commited on
Commit
9387b3a
·
verified ·
1 Parent(s): efe8c9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -223,8 +223,8 @@ def print_s(source_lang, target_lang, text0):
223
  demo = gr.Blocks()
224
 
225
  with demo:
226
- text0 = gr.Textbox()
227
- text = gr.Textbox()
228
  #gr.Markdown("Speech analyzer")
229
  #audio = gr.Audio(type="filepath", label = "Upload a file")
230
 
 
223
  demo = gr.Blocks()
224
 
225
  with demo:
226
+ text0 = gr.Textbox(label = "Enter text here....")
227
+ text = gr.Textbox(label = "output of every action will be reflected in this block....")
228
  #gr.Markdown("Speech analyzer")
229
  #audio = gr.Audio(type="filepath", label = "Upload a file")
230