Spaces:
Sleeping
Sleeping
Fix indentation after NBSP cleanup in app.py
Browse files
app.py
CHANGED
|
@@ -245,6 +245,6 @@ def uploaded_file(filename):
|
|
| 245 |
return send_from_directory(app.config['UPLOAD_FOLDER'], filename)
|
| 246 |
|
| 247 |
if __name__ == '__main__':
|
| 248 |
-
print("
|
| 249 |
app.run(host='0.0.0.0', port=7860)
|
| 250 |
|
|
|
|
| 245 |
return send_from_directory(app.config['UPLOAD_FOLDER'], filename)
|
| 246 |
|
| 247 |
if __name__ == '__main__':
|
| 248 |
+
#print("Radiant AI Server (local dev)")
|
| 249 |
app.run(host='0.0.0.0', port=7860)
|
| 250 |
|