Update requirements.txt
#7
by
AhmadHakami
- opened
When you clone this repository and run the app.py
file, install the gradio
library to fix this error message:
import gradio as gr
ModuleNotFoundError: No module named 'gradio'```