Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def get_masks(prompts, img, threshold):
|
|
44 |
|
45 |
return masks
|
46 |
|
47 |
-
|
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 |
|