Spaces:
Runtime error
Runtime error
File size: 595 Bytes
65c2769 704dc9c 65c2769 704dc9c 65c2769 704dc9c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
title: Gradio NLP - Berta Masked Example
emoji: 💻
colorFrom: yellow
colorTo: red
sdk: gradio
sdk_version: 3.23.0
app_file: app.py
pinned: false
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
```sh git commands
git clone https://huggingface.co/spaces/nurasaki/gradio_nlp_berta_masked_example
echo __pycache__/ > .gitignore\n
git status
git add .
git commit -am "gradio_nlp_berta_masked_example: first commit"
git push
git remote add gh_repo [email protected]:nurasaki/gradio_nlp_berta_masked_example.git
git push gh_repo main
```
|