EliottZemour commited on
Commit
c24bdb1
1 Parent(s): 7517145

add link to public repository

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -91,6 +91,7 @@ The model is a fine-tuned version of [facebook/bart-base](https://huggingface.co
91
  """
92
 
93
  resources = """## Resources
 
94
  - The Yelp reviews dataset can be found in json format [here](https://www.yelp.com/dataset)."""
95
 
96
  demo = gr.Blocks(css=css)
 
91
  """
92
 
93
  resources = """## Resources
94
+ - Code for training: [github repo](https://github.com/EliottZemour/yelp-reviews/)
95
  - The Yelp reviews dataset can be found in json format [here](https://www.yelp.com/dataset)."""
96
 
97
  demo = gr.Blocks(css=css)