Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ interface_words = gr.Interface(
|
|
73 |
outputs="text",
|
74 |
title=title,
|
75 |
description=description_main,
|
76 |
-
examples=[["en", "it", "pl"]],
|
77 |
)
|
78 |
|
79 |
# interface_model_L = gr.Interface(
|
@@ -118,5 +118,5 @@ interface_model_RE = gr.Interface(
|
|
118 |
|
119 |
gr.TabbedInterface(
|
120 |
[interface_words, interface_model_RE],
|
121 |
-
["Main","RE"],
|
122 |
).launch()
|
|
|
73 |
outputs="text",
|
74 |
title=title,
|
75 |
description=description_main,
|
76 |
+
examples=[["en"], ["it"], ["pl"]],
|
77 |
)
|
78 |
|
79 |
# interface_model_L = gr.Interface(
|
|
|
118 |
|
119 |
gr.TabbedInterface(
|
120 |
[interface_words, interface_model_RE],
|
121 |
+
["Main", "RE"],
|
122 |
).launch()
|