Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
rcventura108000/Sophia-Ai-english-tutor
HARRY07979
/
Sophia-AI-English-Tutor
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Sophia-AI-English-Tutor
/
app.py
rcventura108000
feat: add Gradio app launch command to enable web interface
130d6de
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
80 Bytes
from
src.core.tutor
import
main
as
main_func
demo = main_func()
demo.launch()