Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -226,7 +226,7 @@ def create_ui():
|
|
226 |
if __name__ == "__main__":
|
227 |
try:
|
228 |
demo = create_ui()
|
229 |
-
demo.launch(
|
230 |
except Exception as e:
|
231 |
print(f"Error in main: {str(e)}")
|
232 |
print(traceback.format_exc())
|
|
|
226 |
if __name__ == "__main__":
|
227 |
try:
|
228 |
demo = create_ui()
|
229 |
+
demo.launch()
|
230 |
except Exception as e:
|
231 |
print(f"Error in main: {str(e)}")
|
232 |
print(traceback.format_exc())
|