Fabrice-TIERCELIN commited on
Commit
421276c
·
verified ·
1 Parent(s): fdeb1ee

Port as a number

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = '6688')
 
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)