Spaces:
Runtime error
Runtime error
paul hilders
commited on
Commit
•
5d101e4
1
Parent(s):
3cba57d
Update tabs
Browse files
app.py
CHANGED
@@ -85,4 +85,4 @@ iface = gr.Interface(fn=run_demo,
|
|
85 |
["example_images/dogs_on_bed.png", "Cat"]])
|
86 |
|
87 |
demo_tabs = gr.TabbedInterface([iface, iface], ["Default", "NER"])
|
88 |
-
|
|
|
85 |
["example_images/dogs_on_bed.png", "Cat"]])
|
86 |
|
87 |
demo_tabs = gr.TabbedInterface([iface, iface], ["Default", "NER"])
|
88 |
+
demo_tabs.launch(debug=True)
|