ka1kuk commited on
Commit
7fb8c56
1 Parent(s): 696db06

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -26,7 +26,7 @@ pipe.safety_checker = dummy
26
 
27
  @app.route('/')
28
  def hello():
29
- return {"Hello": Artist}
30
 
31
 
32
  @app.route('/gen')
 
26
 
27
  @app.route('/')
28
  def hello():
29
+ return "Hello, I'm Linlada"
30
 
31
 
32
  @app.route('/gen')