mlabonne commited on
Commit
ce641f7
·
verified ·
1 Parent(s): 78455b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -339,7 +339,7 @@ title = """
339
  """
340
  with gr.Blocks() as demo:
341
  gr.Markdown(title)
342
- demo.launch().launch(server_name="0.0.0.0", prevent_thread_lock=True)
343
 
344
  print("Start AutoMerger...")
345
 
 
339
  """
340
  with gr.Blocks() as demo:
341
  gr.Markdown(title)
342
+ demo.launch(server_name="0.0.0.0", prevent_thread_lock=True)
343
 
344
  print("Start AutoMerger...")
345