Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
-
title="
|
| 4 |
description="Enter your available ingredients, let AI suggest a recipe. Follow cooking instructions if you are bold."
|
| 5 |
examples = [["eggs, potatoes"],["peaches, pears, apples, cherries"]]
|
| 6 |
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
+
title="CU Workshop: Recipe-O-Matic"
|
| 4 |
description="Enter your available ingredients, let AI suggest a recipe. Follow cooking instructions if you are bold."
|
| 5 |
examples = [["eggs, potatoes"],["peaches, pears, apples, cherries"]]
|
| 6 |
|