yusufgundogdu commited on
Commit
a37f1b6
·
verified ·
1 Parent(s): f319c95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ app = Flask(__name__)
6
 
7
  @app.route('/')
8
  def home():
9
- return "Flask API läuft!"
10
 
11
  @app.route('/predict', methods=['POST']) # WICHTIG: Muss eine POST-Methode sein!
12
  def predict():
 
6
 
7
  @app.route('/')
8
  def home():
9
+ return "stablediffusionapi test"
10
 
11
  @app.route('/predict', methods=['POST']) # WICHTIG: Muss eine POST-Methode sein!
12
  def predict():