amarchheda commited on
Commit
ccf9cca
1 Parent(s): aa6ba21

removed __init__

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -180,6 +180,9 @@ button.gallery-item:hover {
180
  }
181
  """
182
 
 
 
 
183
 
184
  demo = gr.Blocks()
185
  mf_transcribe = gr.Interface(
 
180
  }
181
  """
182
 
183
+ import asyncio
184
+ loop = asyncio.new_event_loop()
185
+ asyncio.set_event_loop(loop)
186
 
187
  demo = gr.Blocks()
188
  mf_transcribe = gr.Interface(