torileatherman commited on
Commit
ce4abb2
·
1 Parent(s): 92533eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -52,8 +52,7 @@ manual_label_demo = gr.Interface(
52
  )
53
 
54
 
55
- #TODO
56
- #demo = gr.TabbedInterface([url_demo, voice_demo], ["Swedish YouTube Video to English Text", "Swedish Audio to English Text"])
57
 
58
 
59
  demo.launch()
 
52
  )
53
 
54
 
55
+ demo = gr.TabbedInterface([suggestion_demo, manual_label_demo], ["Get recommended news articles", "Help improve our model"])
 
56
 
57
 
58
  demo.launch()