Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -94,8 +94,11 @@ def create_gradio_interface():
|
|
94 |
|
95 |
# Add a section for instructions
|
96 |
gr.Markdown("""
|
97 |
-
##
|
98 |
-
This app
|
|
|
|
|
|
|
99 |
It generates images of the object in the past, present, and future based on your input.
|
100 |
|
101 |
### Default Example: Evolution of a Car
|
|
|
94 |
|
95 |
# Add a section for instructions
|
96 |
gr.Markdown("""
|
97 |
+
## Unlocking the secrets of time!
|
98 |
+
This app unveils these mysteries by offering a unique/magic lens that allows us "time travel".
|
99 |
+
Powered by AI agents equipped with cutting-edge tools, it provides the superpower to explore the past, witness the present, and dream up the future like never before.
|
100 |
+
|
101 |
+
This app allows you to generate visualizations of how an object/concept, like a bicycle or a car, may have evolved over time.
|
102 |
It generates images of the object in the past, present, and future based on your input.
|
103 |
|
104 |
### Default Example: Evolution of a Car
|