lsyzz
commited on
Commit
·
0bf54b4
1
Parent(s):
7475d81
fix
Browse files
app.py
CHANGED
|
@@ -438,4 +438,4 @@ with gr.Blocks(head=GOOGLE_FONTS_URL, css=custom_css, theme=gr.themes.Soft()) as
|
|
| 438 |
)
|
| 439 |
|
| 440 |
if __name__ == "__main__":
|
| 441 |
-
demo.queue(max_size=64).launch(
|
|
|
|
| 438 |
)
|
| 439 |
|
| 440 |
if __name__ == "__main__":
|
| 441 |
+
demo.queue(max_size=64).launch()
|