Update app.py
Browse files
app.py
CHANGED
@@ -231,4 +231,4 @@ if __name__ == "__main__":
|
|
231 |
demo.launch(server_name="0.0.0.0", server_port=7860, allowed_paths=["/data/hf_cache/reports"], share=False)
|
232 |
except Exception as e:
|
233 |
print(f"Error: {str(e)}")
|
234 |
-
sys.exit(1)
|
|
|
231 |
demo.launch(server_name="0.0.0.0", server_port=7860, allowed_paths=["/data/hf_cache/reports"], share=False)
|
232 |
except Exception as e:
|
233 |
print(f"Error: {str(e)}")
|
234 |
+
sys.exit(1)
|