# MEXC Contract Prediction This is a Gradio-based application for predicting MEXC contract prices using a pretrained adapter model. ## How to Use 1. Enter the input text in the provided text box. 2. Click the "Submit" button to get the prediction. ## Requirements - transformers - datasets - gradio ## Running Locally To run this application locally, you can use the following commands: ```bash pip install -r requirements.txt python app.py