Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -138,7 +138,4 @@ if __name__ == "__main__":
|
|
| 138 |
quiet=False,
|
| 139 |
show_error=True,
|
| 140 |
prevent_thread_lock=True # Helps in containers
|
| 141 |
-
)
|
| 142 |
-
except Exception as e:
|
| 143 |
-
print(f"Launch failed: {str(e)}")
|
| 144 |
-
raise
|
|
|
|
| 138 |
quiet=False,
|
| 139 |
show_error=True,
|
| 140 |
prevent_thread_lock=True # Helps in containers
|
| 141 |
+
)
|
|
|
|
|
|
|
|
|