splendid commited on
Commit
96cc8a0
·
1 Parent(s): 855cc3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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