Fabrice-TIERCELIN
commited on
Port as a number
Browse files
app.py
CHANGED
@@ -273,8 +273,8 @@ with gr.Blocks() as interface:
|
|
273 |
(Peaceful:1.5) and ((calming)) ambient music with [singing:2] bowl and other instruments
|
274 |
"""
|
275 |
)
|
276 |
-
|
277 |
if is_space_imported:
|
278 |
interface.queue(10).launch()
|
279 |
else:
|
280 |
-
interface.queue(10).launch(server_name = '127.0.0.1', server_port =
|
|
|
273 |
(Peaceful:1.5) and ((calming)) ambient music with [singing:2] bowl and other instruments
|
274 |
"""
|
275 |
)
|
276 |
+
|
277 |
if is_space_imported:
|
278 |
interface.queue(10).launch()
|
279 |
else:
|
280 |
+
interface.queue(10).launch(server_name = '127.0.0.1', server_port = 6688)
|