huggingface / transfer-learning-conv-ai

🦄 State-of-the-Art Conversational AI with Transfer Learning
MIT License
1.74k stars 430 forks source link

Online demo is not available duo to CORS #105

Closed imageslr closed 3 years ago

imageslr commented 3 years ago

Access to fetch at 'https://convai-proxy.huggingface.co/messages/toto?text=123' from origin 'https://convai.huggingface.co' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.

julien-c commented 3 years ago

The demo's backend is offline unfortunately.

It should be reasonably easy to run the code in this repo on your side, but we have no short-term plan to start a server again on our side.

Sorry about that :/

imageslr commented 3 years ago

Thanks for your response. I have run the model on my server and it worked quit well :)

imageslr commented 3 years ago

By the way, is the demo's code public?