Spaces:
Runtime error
Runtime error
Commit
·
1c305af
1
Parent(s):
3481834
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,4 +15,5 @@ def process_input():
|
|
| 15 |
return jsonify(response=response)
|
| 16 |
|
| 17 |
if __name__ == '__main__':
|
|
|
|
| 18 |
app.run(host='0.0.0.0',port=7860, debug=True)
|
|
|
|
| 15 |
return jsonify(response=response)
|
| 16 |
|
| 17 |
if __name__ == '__main__':
|
| 18 |
+
get_response("preheat")
|
| 19 |
app.run(host='0.0.0.0',port=7860, debug=True)
|