mistpe commited on
Commit
8949f84
·
verified ·
1 Parent(s): 1965641

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('https://mistpe-translate.hf.space')
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
  # 启动浏览器