Update app.py
Browse files
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():
|