MikeTangoEcho commited on
Commit
f5ddb49
1 Parent(s): c7a4f81

fix: app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -78,12 +78,11 @@ gradio_app = gr.Interface(
78
  outputs=[
79
  gr.HighlightedText()
80
  ],
81
- theme="huggingface",
82
  title="ASRNERSBX",
83
  description=(
84
  "Transcribe, Tokenize, Classify"
85
  ),
86
- allow_flagging="never"
87
  )
88
 
89
  ## Start!
 
78
  outputs=[
79
  gr.HighlightedText()
80
  ],
 
81
  title="ASRNERSBX",
82
  description=(
83
  "Transcribe, Tokenize, Classify"
84
  ),
85
+ flagging_mode="never"
86
  )
87
 
88
  ## Start!