Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -34,13 +34,14 @@ alfred = CodeAgent(
|
|
34 |
planning_interval=10
|
35 |
)
|
36 |
|
37 |
-
demo = gr.Blocks(theme=gr.themes.Default(primary_hue=gr.themes.colors.
|
38 |
|
39 |
with gr.Blocks() as demo:
|
40 |
-
with gr.
|
41 |
-
|
42 |
-
|
43 |
-
|
|
|
44 |
fn=alfred,
|
45 |
inputs="text",
|
46 |
outputs="text",
|
|
|
34 |
planning_interval=10
|
35 |
)
|
36 |
|
37 |
+
demo = gr.Blocks(theme=gr.themes.Default(primary_hue=gr.themes.colors.red, secondary_hue=gr.themes.colors.pink))
|
38 |
|
39 |
with gr.Blocks() as demo:
|
40 |
+
with gr.Row():
|
41 |
+
with gr.Column(scale=1):
|
42 |
+
image = gr.Image(value=Image.open("frugal.jpg"), label="Frugal Image")
|
43 |
+
with gr.Row():
|
44 |
+
hello = gr.Interface(
|
45 |
fn=alfred,
|
46 |
inputs="text",
|
47 |
outputs="text",
|