Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,4 +46,4 @@ def generate():
|
|
| 46 |
def health():
|
| 47 |
return jsonify({"status": "healthy", "has_token": HF_TOKEN is not None})
|
| 48 |
|
| 49 |
-
@app.route('/', methods=['
|
|
|
|
| 46 |
def health():
|
| 47 |
return jsonify({"status": "healthy", "has_token": HF_TOKEN is not None})
|
| 48 |
|
| 49 |
+
@app.route('/', methods=['
|