gradio==3.36.1 # Specify the latest stable version for Gradio | |
pandas>=1.3.0 # Required for data manipulation | |
transformers>=4.30.0 # For Hugging Face GPT-2 model | |
plotly>=5.3.0 # Required for data visualization | |
torch>=1.9.0 # Required for PyTorch (for GPT-2 model) | |