sigyllly commited on
Commit
489003e
·
verified ·
1 Parent(s): 0c6914c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def get_masks(prompts, img, threshold):
44
 
45
  return masks
46
 
47
- @app.route('/')
48
  def home():
49
  return 'Server started. Verify it is running by visiting http://0.0.0.0:7860/'
50
 
 
44
 
45
  return masks
46
 
47
+ @app.route('/')
48
  def home():
49
  return 'Server started. Verify it is running by visiting http://0.0.0.0:7860/'
50