Spaces:
Sleeping
Sleeping
Ken Sang Tang commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -154,7 +154,7 @@ async def task_events(task_id: str):
|
|
| 154 |
|
| 155 |
@app.get("/", response_class=HTMLResponse)
|
| 156 |
async def root():
|
| 157 |
-
return "<
|
| 158 |
|
| 159 |
|
| 160 |
|
|
|
|
| 154 |
|
| 155 |
@app.get("/", response_class=HTMLResponse)
|
| 156 |
async def root():
|
| 157 |
+
return "<h2>FastAPI is running on Hugging Face Spaces</h2>"
|
| 158 |
|
| 159 |
|
| 160 |
|