Add vercel
This commit is contained in:
12
app.py
12
app.py
@@ -18,10 +18,8 @@ def create_pic():
|
|||||||
return send_file(filename, mimetype='image/gif')
|
return send_file(filename, mimetype='image/gif')
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
dirs = 'render/outputs'
|
||||||
dirs = 'render/outputs'
|
for f in os.listdir(dirs):
|
||||||
for f in os.listdir(dirs):
|
os.remove(os.path.join(dirs, f))
|
||||||
os.remove(os.path.join(dirs, f))
|
themes = load_themes()
|
||||||
|
app.run()
|
||||||
themes = load_themes()
|
|
||||||
app.run()
|
|
||||||
|
|||||||
Reference in New Issue
Block a user