Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,22 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# MEXC Contract Prediction
|
2 |
+
|
3 |
+
This is a Gradio-based application for predicting MEXC contract prices using a pretrained adapter model.
|
4 |
+
|
5 |
+
## How to Use
|
6 |
+
|
7 |
+
1. Enter the input text in the provided text box.
|
8 |
+
2. Click the "Submit" button to get the prediction.
|
9 |
+
|
10 |
+
## Requirements
|
11 |
+
|
12 |
+
- transformers
|
13 |
+
- datasets
|
14 |
+
- gradio
|
15 |
+
|
16 |
+
## Running Locally
|
17 |
+
|
18 |
+
To run this application locally, you can use the following commands:
|
19 |
+
|
20 |
+
```bash
|
21 |
+
pip install -r requirements.txt
|
22 |
+
python app.py
|