Fix ssr
Browse files
app.py
CHANGED
@@ -241,4 +241,4 @@ demo = gr.TabbedInterface(
|
|
241 |
|
242 |
if __name__ == "__main__":
|
243 |
#demo.launch(share=True)
|
244 |
-
demo.launch(
|
|
|
241 |
|
242 |
if __name__ == "__main__":
|
243 |
#demo.launch(share=True)
|
244 |
+
demo.launch(share=True)
|