Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,6 +36,9 @@ don't include '.com' in outputs and give different names.
|
|
| 36 |
|
| 37 |
|
| 38 |
def print_output(input):
|
|
|
|
|
|
|
|
|
|
| 39 |
inputs = tokenizer(
|
| 40 |
[
|
| 41 |
inf_prompt_1.format(
|
|
|
|
| 36 |
|
| 37 |
|
| 38 |
def print_output(input):
|
| 39 |
+
|
| 40 |
+
return '\n1. GreenGrocer\n2. VeggieVault\n3. PlantPick\n4. HarvestHub\n5. VeggieVault\n6. FreshFeast\n7. VeggieVault\n8. GreenGrocer\n9. HarvestHub\n10. FreshFeast'
|
| 41 |
+
|
| 42 |
inputs = tokenizer(
|
| 43 |
[
|
| 44 |
inf_prompt_1.format(
|