Omnibus commited on
Commit
c7a3cb2
1 Parent(s): ae2da36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ with gr.Blocks() as app:
63
  update_game=gr.Button("Use Image")
64
  out_im=gr.Image(type='filepath')
65
  out_url=gr.Textbox(visible=False)
66
- start_prompt=gr.Textbox(value="A beautiful landscape",visible=False)
67
  html_game = gr.HTML()
68
 
69
  update_game.click(game_fn,[out_url],html_game)
 
63
  update_game=gr.Button("Use Image")
64
  out_im=gr.Image(type='filepath')
65
  out_url=gr.Textbox(visible=False)
66
+ start_prompt=gr.Textbox(value="beautiful landscape, real, 8k",visible=False)
67
  html_game = gr.HTML()
68
 
69
  update_game.click(game_fn,[out_url],html_game)