Illia56 commited on
Commit
9f6a51f
·
1 Parent(s): 93b1bc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ yt_transcribe = gr.Interface(
65
  cache_examples=False
66
  )
67
 
68
- with demo(theme=gr.themes.Base()):
69
  gr.DuplicateButton()
70
  gr.TabbedInterface([yt_transcribe], ["YouTube"])
71
 
 
65
  cache_examples=False
66
  )
67
 
68
+ with demo():
69
  gr.DuplicateButton()
70
  gr.TabbedInterface([yt_transcribe], ["YouTube"])
71