Spaces:
Runtime error
Runtime error
Commit ·
0667834
1
Parent(s): bb72548
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,4 +26,4 @@ def predict():
|
|
| 26 |
return render_template('index.html', input_text=input_text, predicted_sql=predicted_sql)
|
| 27 |
|
| 28 |
if __name__ == '__main__':
|
| 29 |
-
app.run(
|
|
|
|
| 26 |
return render_template('index.html', input_text=input_text, predicted_sql=predicted_sql)
|
| 27 |
|
| 28 |
if __name__ == '__main__':
|
| 29 |
+
app.run(debug=True, port=7860)
|