Nymbo commited on
Commit
05cb540
1 Parent(s): e4e8b2d

whatever lmao

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -55,8 +55,6 @@ def recognition(audio, style=0):
55
  txt = txt.replace('▁', ' ')
56
  return txt
57
 
58
- theme="Nymbo/Nymbo_Theme"
59
-
60
  # input
61
  inputs = [
62
  gr.inputs.Audio(source="microphone", type="filepath", label='Input audio'),
@@ -92,7 +90,6 @@ interface = gr.Interface(
92
  inputs=inputs,
93
  outputs=output,
94
  title=text,
95
- theme=theme,
96
  description=description,
97
  article=article,
98
  examples=examples,
 
55
  txt = txt.replace('▁', ' ')
56
  return txt
57
 
 
 
58
  # input
59
  inputs = [
60
  gr.inputs.Audio(source="microphone", type="filepath", label='Input audio'),
 
90
  inputs=inputs,
91
  outputs=output,
92
  title=text,
 
93
  description=description,
94
  article=article,
95
  examples=examples,