ckcl commited on
Commit
febcf81
·
verified ·
1 Parent(s): f7a697c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -19
README.md CHANGED
@@ -1,22 +1,15 @@
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
 
1
+ ---
2
+ title: Mexc Prediction
3
+ emoji: 🚀
4
+ colorFrom: purple
5
+ colorTo: purple
6
+ sdk: gradio
7
+ sdk_version: 4.44.0
8
+ app_file: app.py
9
+ pinned: false
10
+ license: mit
11
+ ---
12
 
13
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
 
 
15