Spaces:
Runtime error
Runtime error
paul hilders
commited on
Commit
•
b43e284
1
Parent(s):
abf0d58
Add general test markdown
Browse files
app.py
CHANGED
@@ -137,4 +137,7 @@ iface_NER = gr.Interface(fn=NER_demo,
|
|
137 |
cache_examples=False)
|
138 |
|
139 |
demo_tabs = gr.TabbedInterface([iface, iface_NER], ["Default", "NER"])
|
|
|
|
|
|
|
140 |
demo_tabs.launch(show_error=True)
|
|
|
137 |
cache_examples=False)
|
138 |
|
139 |
demo_tabs = gr.TabbedInterface([iface, iface_NER], ["Default", "NER"])
|
140 |
+
|
141 |
+
with demo_tabs:
|
142 |
+
gr.Markdown("Text markdown.")
|
143 |
demo_tabs.launch(show_error=True)
|