nurasaki
gradio_nlp_berta_masked_example: first commit
704dc9c
|
raw
history blame
595 Bytes
---
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
```