Spaces:
Sleeping
Sleeping
Commit
·
ba59888
1
Parent(s):
bba6d51
Fix error in tabbed_interface
Browse files
app.py
CHANGED
@@ -16,8 +16,6 @@ german_polish_interface = gr.Interface(
|
|
16 |
tabbed_interface = gr.TabbedInterface(
|
17 |
[german_polish_interface],
|
18 |
["Polish to German Translator"],
|
19 |
-
title="Language Translation",
|
20 |
-
description="Translate text between different languages.",
|
21 |
)
|
22 |
|
23 |
-
tabbed_interface.launch()
|
|
|
16 |
tabbed_interface = gr.TabbedInterface(
|
17 |
[german_polish_interface],
|
18 |
["Polish to German Translator"],
|
|
|
|
|
19 |
)
|
20 |
|
21 |
+
tabbed_interface.launch(share=False)
|