Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -845,7 +845,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
845 |
try:
|
846 |
self.returncode = run_autoforge_process(self.cmd, self.log_path)
|
847 |
except Exception as e:
|
848 |
-
exc_str = exc_text(
|
849 |
self.exc = e
|
850 |
capture_exception(e) # still goes to Sentry
|
851 |
|
|
|
845 |
try:
|
846 |
self.returncode = run_autoforge_process(self.cmd, self.log_path)
|
847 |
except Exception as e:
|
848 |
+
exc_str = exc_text(e)
|
849 |
self.exc = e
|
850 |
capture_exception(e) # still goes to Sentry
|
851 |
|