Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def generate_text(ingredients):
|
|
26 |
print(result_temp)
|
27 |
return result
|
28 |
|
29 |
-
title = "Create original cocktails based on your ingredients"
|
30 |
description = "Finetuned T5 on cocktails recipe. Write your ingredients separated by a comma to generate a cocktail. This work was inspired by Chef Transformer (https://huggingface.co/spaces/flax-community/chef-transformer)."
|
31 |
examples = [
|
32 |
["rum,apricot liqueur,lime juice,sugar syrup"],
|
|
|
26 |
print(result_temp)
|
27 |
return result
|
28 |
|
29 |
+
title = "Create original cocktails based on your available ingredients"
|
30 |
description = "Finetuned T5 on cocktails recipe. Write your ingredients separated by a comma to generate a cocktail. This work was inspired by Chef Transformer (https://huggingface.co/spaces/flax-community/chef-transformer)."
|
31 |
examples = [
|
32 |
["rum,apricot liqueur,lime juice,sugar syrup"],
|