Commit ·
c527acb
1
Parent(s): 8802f45
Remove share link
Browse files
app.py
CHANGED
|
@@ -46,4 +46,4 @@ demo = gr.Interface(fn=run,
|
|
| 46 |
examples=[[path.as_posix(), 0.15] for path in paths],
|
| 47 |
title=TITLE,
|
| 48 |
description=DESCRIPTION)
|
| 49 |
-
demo.queue().launch(
|
|
|
|
| 46 |
examples=[[path.as_posix(), 0.15] for path in paths],
|
| 47 |
title=TITLE,
|
| 48 |
description=DESCRIPTION)
|
| 49 |
+
demo.queue().launch()
|