Spaces:
Running
Running
Update app.py
Browse files
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",
|