Spaces:
Sleeping
Sleeping
Update wound_class.py
Browse files- wound_class.py +1 -1
wound_class.py
CHANGED
|
@@ -139,6 +139,6 @@ def predict():
|
|
| 139 |
|
| 140 |
|
| 141 |
if __name__ == '__main__':
|
| 142 |
-
app.run(
|
| 143 |
|
| 144 |
|
|
|
|
| 139 |
|
| 140 |
|
| 141 |
if __name__ == '__main__':
|
| 142 |
+
app.run(host='0.0.0.0', port=7860, debug=True)
|
| 143 |
|
| 144 |
|