smgc commited on
Commit
8916434
·
verified ·
1 Parent(s): 1bb5ea3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ app = Flask(__name__)
8
 
9
  @app.route('/')
10
  def index():
11
- return "flux2api with siliconflow", 200
12
 
13
  @app.route('/ai/v1/chat/completions', methods=['POST'])
14
  def handle_request():
 
8
 
9
  @app.route('/')
10
  def index():
11
+ return "text to image with siliconflow", 200
12
 
13
  @app.route('/ai/v1/chat/completions', methods=['POST'])
14
  def handle_request():