Chunhua Liao
Cleanup: remove FastAPI, keep only Gradio app; update README, Makefile, error handling, and tests for robust LLM error display
411e407
raw
history blame contribute delete
145 Bytes
# Makefile for AI Co-Scientist Gradio Application
run:
@echo "Starting AI Co-Scientist Gradio app on port 7860..."
python app.py
.PHONY: run