Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ if __name__ == "__main__":
|
|
43 |
fn=main,
|
44 |
inputs=[gr.Textbox(label="Describe the scene that you are looking for:")],
|
45 |
outputs=[gr.Image(label="Here's the scene found based on your description:"),
|
46 |
-
gr.Textbox(label="
|
47 |
title="Search for a scene in the world of GTA!"
|
48 |
)
|
49 |
app.launch(share=True)
|
|
|
43 |
fn=main,
|
44 |
inputs=[gr.Textbox(label="Describe the scene that you are looking for:")],
|
45 |
outputs=[gr.Image(label="Here's the scene found based on your description:"),
|
46 |
+
gr.Textbox(label="Original description of the found scene:")],
|
47 |
title="Search for a scene in the world of GTA!"
|
48 |
)
|
49 |
app.launch(share=True)
|