acecalisto3 commited on
Commit
897fd88
·
verified ·
1 Parent(s): 987fa46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -412,10 +412,10 @@ def create_interface():
412
  def main():
413
  # Configure system settings
414
  mimetypes.init()
415
-
416
  # Create and launch interface
417
  interface = create_interface()
418
-
419
  # Launch with proper configuration
420
  interface.launch(
421
  server_name="0.0.0.0",
 
412
  def main():
413
  # Configure system settings
414
  mimetypes.init()
415
+
416
  # Create and launch interface
417
  interface = create_interface()
418
+
419
  # Launch with proper configuration
420
  interface.launch(
421
  server_name="0.0.0.0",