Aryan
commited on
Commit
·
f5d7c5a
1
Parent(s):
8c97eaa
fix
Browse files
app.py
CHANGED
|
@@ -70,5 +70,5 @@ def predict():
|
|
| 70 |
|
| 71 |
if __name__ == '__main__':
|
| 72 |
# This won't be used in production (Gunicorn runs it), but good for local testing
|
| 73 |
-
app.run(host='0.0.0.0', port=7860
|
| 74 |
# https://huggingface.co/spaces/Aryanjaiswal78231/math-score-predictor
|
|
|
|
| 70 |
|
| 71 |
if __name__ == '__main__':
|
| 72 |
# This won't be used in production (Gunicorn runs it), but good for local testing
|
| 73 |
+
app.run(host='0.0.0.0', port=7860)
|
| 74 |
# https://huggingface.co/spaces/Aryanjaiswal78231/math-score-predictor
|