Spaces:
Runtime error
Runtime error
update
Browse files
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)
|