We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2024-11-06 01:01:56,364 - loader - INFO - 🚀 Setting up storage directories... 2024-11-06 01:01:56,364 - loader - INFO - Directory already exists: /tmp/data\models 2024-11-06 01:01:56,364 - loader - INFO - ✅ Storage directories setup completed. 2024-11-06 01:01:56,539 - main - INFO - Starting FacePoke application 2024-11-06 01:01:56,540 - main - INFO - Initializing application... 2024-11-06 01:01:56,540 - loader - INFO - 🚀 Starting model initialization... 2024-11-06 01:01:56,540 - loader - INFO - 🔎 Looking for models... 2024-11-06 01:01:56,542 - loader - INFO - ✅ All models are available 2024-11-06 01:01:58,727 - httpx - INFO - HTTP Request: GET https://api.gradio.app/gradio-messaging/en "HTTP/1.1 200 OK" ======== Running on http://0.0.0.0:8080 ======== (Press CTRL+C to quit)
运行app.py,出现上述信息。 但是在 Web 浏览器中打开http://localhost:8080可以正常使用,这是否正常。求解,感谢。 我是否可以理解成占位符:======== Running on http://0.0.0.0:8080/ ========
The text was updated successfully, but these errors were encountered:
No branches or pull requests
2024-11-06 01:01:56,364 - loader - INFO - 🚀 Setting up storage directories...
2024-11-06 01:01:56,364 - loader - INFO - Directory already exists: /tmp/data\models
2024-11-06 01:01:56,364 - loader - INFO - ✅ Storage directories setup completed.
2024-11-06 01:01:56,539 - main - INFO - Starting FacePoke application
2024-11-06 01:01:56,540 - main - INFO - Initializing application...
2024-11-06 01:01:56,540 - loader - INFO - 🚀 Starting model initialization...
2024-11-06 01:01:56,540 - loader - INFO - 🔎 Looking for models...
2024-11-06 01:01:56,542 - loader - INFO - ✅ All models are available
2024-11-06 01:01:58,727 - httpx - INFO - HTTP Request: GET https://api.gradio.app/gradio-messaging/en "HTTP/1.1 200 OK"
======== Running on http://0.0.0.0:8080 ========
(Press CTRL+C to quit)
运行app.py,出现上述信息。
但是在 Web 浏览器中打开http://localhost:8080可以正常使用,这是否正常。求解,感谢。
我是否可以理解成占位符:======== Running on http://0.0.0.0:8080/ ========
The text was updated successfully, but these errors were encountered: