henryhyunwookim commited on
Commit
3461298
1 Parent(s): 0a5c28b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Origina description of the found scene:")],
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)