Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ agent = ReactCodeAgent(tools=[image_generation_tool, search_tool], llm_engine=ll
|
|
90 |
# Gradio interface
|
91 |
def create_gradio_interface():
|
92 |
with gr.Blocks() as demo:
|
93 |
-
gr.Markdown("# Object Evolution Generator")
|
94 |
|
95 |
# Add a section for instructions
|
96 |
gr.Markdown("""
|
|
|
90 |
# Gradio interface
|
91 |
def create_gradio_interface():
|
92 |
with gr.Blocks() as demo:
|
93 |
+
gr.Markdown("# TimeMetamorphy: an Object Evolution Generator")
|
94 |
|
95 |
# Add a section for instructions
|
96 |
gr.Markdown("""
|