Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -323,4 +323,4 @@ if __name__ == '__main__':
|
|
323 |
compile_nsi_script(nsi_file_path)
|
324 |
|
325 |
# Start the Flask application
|
326 |
-
app.run(debug=True, host='0.0.0.0', port=
|
|
|
323 |
compile_nsi_script(nsi_file_path)
|
324 |
|
325 |
# Start the Flask application
|
326 |
+
app.run(debug=True, host='0.0.0.0', port=7860)
|