map222 commited on
Commit
e354510
1 Parent(s): 3d633f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -70,8 +70,8 @@ with app:
70
  gr.Markdown("# Recipe Spice")
71
  gr.Markdown(
72
  """
73
- This model uses Word2Vec trained on a 200k recipe corpus to generate ingredient similarities [see here for a notebook walking through the training]
74
- (https://github.com/map222/Kibbeh/blob/deploy_space/ingredient_finder.ipynb). Then it finds the "spiciest"
75
  ingredient by finding other ingredients that are similar, but don't occur together often. Enter an ingredient below;
76
  for output, the left column shows the "spiciest" ingredients, and the right column shows the closest.
77
  """
70
  gr.Markdown("# Recipe Spice")
71
  gr.Markdown(
72
  """
73
+ This model uses Word2Vec trained on a 200k recipe corpus to generate ingredient similarities
74
+ [see here for a notebook walking through the training](https://github.com/map222/Kibbeh/blob/deploy_space/ingredient_finder.ipynb). Then it finds the "spiciest"
75
  ingredient by finding other ingredients that are similar, but don't occur together often. Enter an ingredient below;
76
  for output, the left column shows the "spiciest" ingredients, and the right column shows the closest.
77
  """