baconnier commited on
Commit
9b42bf1
·
verified ·
1 Parent(s): f134ba7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -217,10 +217,6 @@ if __name__ == "__main__":
217
  # Create interface
218
  iface = create_interface()
219
  # Launch with custom configurations
220
- iface.launch(
221
- server_name="0.0.0.0",
222
- share=False,
223
- debug=True
224
- )
225
  except Exception as e:
226
  print(f"Failed to launch interface: {e}")
 
217
  # Create interface
218
  iface = create_interface()
219
  # Launch with custom configurations
220
+ iface.launch()
 
 
 
 
221
  except Exception as e:
222
  print(f"Failed to launch interface: {e}")