Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1579,8 +1579,8 @@ if __name__ == "__main__":
|
|
1579 |
|
1580 |
try:
|
1581 |
# Create and run the builder interface
|
1582 |
-
|
1583 |
-
|
1584 |
except Exception as e:
|
1585 |
logger.error(f"Error running application: {e}")
|
1586 |
|
|
|
1579 |
|
1580 |
try:
|
1581 |
# Create and run the builder interface
|
1582 |
+
interface = GradioInterface()
|
1583 |
+
interface.launch(share=True)
|
1584 |
except Exception as e:
|
1585 |
logger.error(f"Error running application: {e}")
|
1586 |
|