updated to give entire exemplar question and answer choices f33d22c verified imurra commited on 7 days ago
Update your requirements.txt to use a specific Gradio version: 654b9c2 verified imurra commited on 27 days ago
You need to use YOUR ORIGINAL app.py that works with ChromaDB! 9f98759 verified imurra commited on 27 days ago
Need to add FastAPI endpoint by using only gr.mount_gradio_app() method (no demo.launch()), then configure ChatGPT Custom GPT Action with the API endpoint. 98cb2a6 verified imurra commited on Oct 13
Key change: Added demo.launch(server_name="0.0.0.0", server_port=7860) at the end - this keeps the server running! 534ed03 verified imurra commited on Oct 13
The issue: Missing launch() call or wrong server setup for Gradio. 15c714e verified imurra commited on Oct 13
runtime error Better Gradio interface with proper error handling Cleaner layout Examples for testing Proper FastAPI + Gradio mounting 3a8e6a8 verified imurra commited on Oct 13
sentence-transformers: 2.2.2 β 2.7.0 (compatible with newer huggingface_hub) numpy: 1.24.3 β 1.26.0 (compatible with newer packages) 2c2aa6b verified imurra commited on Oct 13
updated due to Version conflict! The newer transformers library (4.57.0) is incompatible with the older torch (2.1.0) we specified. 708d591 verified imurra commited on Oct 13