thewellermangroup
commited on
Commit
·
108ffb7
1
Parent(s):
ff9bbe0
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ def TheWellermanGroupAI():
|
|
81 |
def ChatGPT():
|
82 |
return 'Access Denied'
|
83 |
@app.route('/ACCESS/The Wellerman Group AI/Dalle-2', methods=['GET'])
|
84 |
-
def
|
85 |
return 'Access Denied'
|
86 |
@app.route('/ACCESS/The Wellerman Group AI/3D Thing', methods=['GET'])
|
87 |
def ThreeDimensionalThing():
|
|
|
81 |
def ChatGPT():
|
82 |
return 'Access Denied'
|
83 |
@app.route('/ACCESS/The Wellerman Group AI/Dalle-2', methods=['GET'])
|
84 |
+
def Dalle2():
|
85 |
return 'Access Denied'
|
86 |
@app.route('/ACCESS/The Wellerman Group AI/3D Thing', methods=['GET'])
|
87 |
def ThreeDimensionalThing():
|