MikeTangoEcho commited on
Commit
7dc8950
1 Parent(s): 84db0d0

fix: app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -76,11 +76,11 @@ gradio_app = gr.Interface(
76
  outputs=[
77
  gr.HighlightedText()
78
  ],
79
- theme="huggingface"
80
- title="ASRNERSBX"
81
  description=(
82
  "Transcribe, Tokenize, Classify"
83
- )
84
  allow_flagging="never"
85
  )
86
 
 
76
  outputs=[
77
  gr.HighlightedText()
78
  ],
79
+ theme="huggingface",
80
+ title="ASRNERSBX",
81
  description=(
82
  "Transcribe, Tokenize, Classify"
83
+ ),
84
  allow_flagging="never"
85
  )
86