Spaces:
Runtime error
Runtime error
Yuanjing Zhu
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -59,12 +59,12 @@ In this project, we created a text classifier Hugging Face Spaces app and Gradio
|
|
59 |
* Run `python fine_tune_berft.py` to finetune the model on Reddit data
|
60 |
* Run `rename_labels.py` to change the output labels of the classifier
|
61 |
* Check out the fine-tuned model [here](https://huggingface.co/michellejieli/inappropriate_text_classifier)
|
62 |
-
* Check out the spaces app [Spaces APP](https://huggingface.co/spaces/yjzhu0225/reddit_text_classification_app)
|
63 |
|
64 |
### Gradio interface
|
65 |
* In terminal, run `python3 app.py`
|
66 |
* Open the browser
|
67 |
* Put reddit URL in *input_url* and get output
|
|
|
68 |
|
69 |
**WARNING Reddit URL**
|
70 |
<p align="center">
|
|
|
59 |
* Run `python fine_tune_berft.py` to finetune the model on Reddit data
|
60 |
* Run `rename_labels.py` to change the output labels of the classifier
|
61 |
* Check out the fine-tuned model [here](https://huggingface.co/michellejieli/inappropriate_text_classifier)
|
|
|
62 |
|
63 |
### Gradio interface
|
64 |
* In terminal, run `python3 app.py`
|
65 |
* Open the browser
|
66 |
* Put reddit URL in *input_url* and get output
|
67 |
+
* Or directly check out the spaces app [here](https://huggingface.co/spaces/yjzhu0225/reddit_text_classification_app)
|
68 |
|
69 |
**WARNING Reddit URL**
|
70 |
<p align="center">
|