Spaces:
Running
Running
Commit
·
44f50b6
1
Parent(s):
1182110
Update main.py
Browse files
main.py
CHANGED
@@ -163,10 +163,6 @@ def index():
|
|
163 |
id=id,
|
164 |
page_title=page_title)
|
165 |
|
166 |
-
@app.route('/abort_stream')
|
167 |
-
def abort_stream():
|
168 |
-
session['abort'] = True
|
169 |
-
return 'Aborted', 200
|
170 |
|
171 |
if __name__ == '__main__':
|
172 |
app.run(host='0.0.0.0', port='7860')
|
|
|
163 |
id=id,
|
164 |
page_title=page_title)
|
165 |
|
|
|
|
|
|
|
|
|
166 |
|
167 |
if __name__ == '__main__':
|
168 |
app.run(host='0.0.0.0', port='7860')
|