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

interface.launch(share = False)

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -274,7 +274,5 @@ with gr.Blocks() as interface:
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)
 
274
  """
275
  )
276
 
277
+ if __name__ == "__main__":
278
+ interface.launch(share = False)