Update app.py
Browse files
app.py
CHANGED
@@ -182,4 +182,4 @@ with gr.Blocks(theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Roboto Mono")]),
|
|
182 |
|
183 |
# Launch the demo with a public link option
|
184 |
if __name__ == "__main__":
|
185 |
-
demo.launch(
|
|
|
182 |
|
183 |
# Launch the demo with a public link option
|
184 |
if __name__ == "__main__":
|
185 |
+
demo.launch()
|