nickmuchi commited on
Commit
f2eccb7
·
1 Parent(s): 69d5129

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ with demo:
138
  original_image = gr.Image(shape=(750,750))
139
  url_input.change(get_original_image, url_input, original_image)
140
  with gr.Column():
141
- img_output_from_url = gr.Image(shape=(750,750)).style(width=750,height=750)
142
 
143
  with gr.Row():
144
  example_url = gr.Dataset(components=[url_input],samples=[[str(url)] for url in urls])
 
138
  original_image = gr.Image(shape=(750,750))
139
  url_input.change(get_original_image, url_input, original_image)
140
  with gr.Column():
141
+ img_output_from_url = gr.Image(shape=(750,750))
142
 
143
  with gr.Row():
144
  example_url = gr.Dataset(components=[url_input],samples=[[str(url)] for url in urls])