Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -747,4 +747,4 @@ if __name__ == "__main__":
|
|
747 |
description=description,
|
748 |
)
|
749 |
combined_interface = gr.TabbedInterface([demo_interface, text_gen_interface], ["Image Generation", "Text Generation"])
|
750 |
-
combined_interface.launch(show_api=False
|
|
|
747 |
description=description,
|
748 |
)
|
749 |
combined_interface = gr.TabbedInterface([demo_interface, text_gen_interface], ["Image Generation", "Text Generation"])
|
750 |
+
combined_interface.launch(show_api=False)
|