NeerAbhy commited on
Commit
4f5dc1a
·
verified ·
1 Parent(s): 62eaf23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.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")
 
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")