Spaces:
Runtime error
Runtime error
danielritchie
commited on
Commit
•
1367e41
1
Parent(s):
f1ee403
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
title="Daniel's
|
4 |
description="Enter your available ingredients, let AI feed you.<P>AI Peaks 2023 workshop led by Daniel Ritchie from the Brain Wave Collective."
|
5 |
examples = [["eggs, potatoes, carrots"],["peaches, pears, apples, cherries"]]
|
6 |
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
title="Daniel's Recipe-O-Matic"
|
4 |
description="Enter your available ingredients, let AI feed you.<P>AI Peaks 2023 workshop led by Daniel Ritchie from the Brain Wave Collective."
|
5 |
examples = [["eggs, potatoes, carrots"],["peaches, pears, apples, cherries"]]
|
6 |
|