Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,6 @@ theme = gr.themes.Base(
|
|
13 |
)
|
14 |
|
15 |
with gr.Blocks(theme=theme) as demo:
|
16 |
-
gr.Markdown("# Tony Assi")
|
17 |
img = gr.Image()
|
18 |
textbox = gr.Textbox()
|
19 |
button = gr.Button("generate")
|
|
|
13 |
)
|
14 |
|
15 |
with gr.Blocks(theme=theme) as demo:
|
|
|
16 |
img = gr.Image()
|
17 |
textbox = gr.Textbox()
|
18 |
button = gr.Button("generate")
|