updated to give entire exemplar question and answer choices f33d22c verified imurra commited on Nov 7
You need to use YOUR ORIGINAL app.py that works with ChromaDB! 9f98759 verified imurra commited on Oct 18
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