Spaces:
Runtime error
Runtime error
Commit
·
4ae4f31
1
Parent(s):
f225c85
Changes
Browse files
app.py
CHANGED
@@ -23,13 +23,6 @@ ROOT = Path(os.path.relpath(ROOT, Path.cwd()))
|
|
23 |
|
24 |
app = Flask(__name__)
|
25 |
|
26 |
-
# @app.route('/', methods = ['GET', 'POST'])
|
27 |
-
# def home():
|
28 |
-
# if(request.method == 'GET'):
|
29 |
-
|
30 |
-
# data = "Text2Image"
|
31 |
-
# return jsonify({'service': data})
|
32 |
-
|
33 |
|
34 |
# @app.route("/", methods=["POST"])
|
35 |
def generate():
|
|
|
23 |
|
24 |
app = Flask(__name__)
|
25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
# @app.route("/", methods=["POST"])
|
28 |
def generate():
|