Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,6 @@ with gr.Blocks(theme=gr.themes.Monochrome()) as demo:
|
|
44 |
with gr.Column():
|
45 |
output=gr.Image(shape=(200,200))
|
46 |
create_btn.click(fn=inference,inputs=text,outputs=output)
|
47 |
-
|
48 |
examples = gr.Examples(examples=["The rainbow car", "Ride the cloud into the night sky"],inputs=[text])
|
49 |
|
50 |
|
|
|
44 |
with gr.Column():
|
45 |
output=gr.Image(shape=(200,200))
|
46 |
create_btn.click(fn=inference,inputs=text,outputs=output)
|
|
|
47 |
examples = gr.Examples(examples=["The rainbow car", "Ride the cloud into the night sky"],inputs=[text])
|
48 |
|
49 |
|