ysharma HF Staff commited on
Commit
f2b27d5
·
1 Parent(s): 6abbc8e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,8 +73,8 @@ with gr.Blocks() as demo:
73
 
74
  with gr.Row():
75
  #sample
 
76
  out_image = gr.Image()
77
- out_prompt = gr.Textbox(visible=False)
78
  #out_dataframe = gr.Dataframe(wrap=True, datatype = ["str", "str", "markdown", "markdown", "str"])
79
 
80
  #b1.click(fn=driver, inputs=in_image, outputs=out_image)
 
73
 
74
  with gr.Row():
75
  #sample
76
+ out_prompt = gr.Textbox()
77
  out_image = gr.Image()
 
78
  #out_dataframe = gr.Dataframe(wrap=True, datatype = ["str", "str", "markdown", "markdown", "str"])
79
 
80
  #b1.click(fn=driver, inputs=in_image, outputs=out_image)