Update app.py
Browse files
app.py
CHANGED
|
@@ -560,7 +560,7 @@ async def read_root():
|
|
| 560 |
return FileResponse('static/index.html')
|
| 561 |
|
| 562 |
def open_browser():
|
| 563 |
-
webbrowser.open('
|
| 564 |
|
| 565 |
if __name__ == "__main__":
|
| 566 |
# 启动浏览器
|
|
|
|
| 560 |
return FileResponse('static/index.html')
|
| 561 |
|
| 562 |
def open_browser():
|
| 563 |
+
webbrowser.open('http://localhost:7860')
|
| 564 |
|
| 565 |
if __name__ == "__main__":
|
| 566 |
# 启动浏览器
|