Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -205,4 +205,4 @@ if __name__ == '__main__':
|
|
| 205 |
print("� Files will be downloaded directly to your browser")
|
| 206 |
print("🌐 Open your browser and go to: http://127.0.0.1:7860")
|
| 207 |
print("-" * 50)
|
| 208 |
-
app.run(debug=True, host='
|
|
|
|
| 205 |
print("� Files will be downloaded directly to your browser")
|
| 206 |
print("🌐 Open your browser and go to: http://127.0.0.1:7860")
|
| 207 |
print("-" * 50)
|
| 208 |
+
app.run(debug=True, host='0.0.0.0', port=7860)
|