Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ agent = ReactCodeAgent(tools=[image_generation_tool, search_tool], llm_engine=ll
|
|
114 |
# Gradio interface
|
115 |
def create_gradio_interface():
|
116 |
with gr.Blocks() as demo:
|
117 |
-
gr.Markdown("# TimeMetamorphy: an
|
118 |
|
119 |
# Add a section for instructions
|
120 |
gr.Markdown("""
|
|
|
114 |
# Gradio interface
|
115 |
def create_gradio_interface():
|
116 |
with gr.Blocks() as demo:
|
117 |
+
gr.Markdown("# TimeMetamorphy: an object Evolution Generator")
|
118 |
|
119 |
# Add a section for instructions
|
120 |
gr.Markdown("""
|