Spaces:
Running
Running
imseldrith
commited on
Commit
•
30100e0
1
Parent(s):
66f511a
Update app.py
Browse files
app.py
CHANGED
@@ -175,4 +175,4 @@ if __name__ == "__main__":
|
|
175 |
if opts['colab-mode']:
|
176 |
app.run()
|
177 |
else:
|
178 |
-
app.run(debug=
|
|
|
175 |
if opts['colab-mode']:
|
176 |
app.run()
|
177 |
else:
|
178 |
+
app.run(debug=True, host='0.0.0.0', port=7860)
|