lunadebruyne commited on
Commit
dfd0681
·
1 Parent(s): 5b436ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,6 +94,6 @@ iface2 = gr.Interface(
94
  gr.Textbox(label="Topics")
95
  ])
96
 
97
- iface = gr.TabbedInterface([iface1, iface2], ["Sentence", "Dataset"])
98
 
99
  iface.launch()
 
94
  gr.Textbox(label="Topics")
95
  ])
96
 
97
+ iface = gr.TabbedInterface([iface_sentence, iface2], ["Sentence", "Dataset"])
98
 
99
  iface.launch()