Xalphinions commited on
Commit
6660140
·
verified ·
1 Parent(s): e1c60fe

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -277,7 +277,7 @@ if __name__ == "__main__":
277
  )
278
 
279
  try:
280
- interface.launch(share=True) # Enable sharing to avoid localhost access issues
281
  except Exception as e:
282
  print(f"\033[91mERROR\033[0m: Failed to launch interface: {e}")
283
  print("\033[93mTIP\033[0m: If you're running in a remote environment or container, try setting additional parameters:")
 
277
  )
278
 
279
  try:
280
+ interface.launch() # Enable sharing to avoid localhost access issues
281
  except Exception as e:
282
  print(f"\033[91mERROR\033[0m: Failed to launch interface: {e}")
283
  print("\033[93mTIP\033[0m: If you're running in a remote environment or container, try setting additional parameters:")