mswhite commited on
Commit
41adf30
·
1 Parent(s): 49f7011

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def non_nagelize(text):
33
  with gr.Blocks() as demo:
34
 
35
  with gr.Row():
36
- logo_image = gr.Image(label = None, value = os.path.join(os.path.dirname(__file__), "miami.jpg")).style(width=720)
37
  #gr.Markdown("<img src=https://huggingface.co/spaces/mswhite/miamivice/resolve/main/miami.jpg width=720px>")
38
  output = gr.Image(label="Output").style(width=720)
39
  with gr.Row():
 
33
  with gr.Blocks() as demo:
34
 
35
  with gr.Row():
36
+ logo_image = gr.Image(label = None, value = os.path.join(os.path.dirname(__file__), "miami.jpg"), interactive=True).style(width=720)
37
  #gr.Markdown("<img src=https://huggingface.co/spaces/mswhite/miamivice/resolve/main/miami.jpg width=720px>")
38
  output = gr.Image(label="Output").style(width=720)
39
  with gr.Row():