Spaces:
Runtime error
Runtime error
datasciencedojo
commited on
Commit
·
3647b78
1
Parent(s):
82eb3c0
Update app.py
Browse files
app.py
CHANGED
@@ -98,6 +98,7 @@ def set_example_image(example: list) -> dict:
|
|
98 |
return gr.inputs.Image.update(value=example[0])
|
99 |
|
100 |
with gr.Blocks() as demo:
|
|
|
101 |
with gr.Tabs():
|
102 |
with gr.TabItem('Upload'):
|
103 |
with gr.Row():
|
|
|
98 |
return gr.inputs.Image.update(value=example[0])
|
99 |
|
100 |
with gr.Blocks() as demo:
|
101 |
+
gr.HTML("<img src='https://i.etsystatic.com/12596029/r/il/b4022e/4072511605/il_570xN.4072511605_sdhy.jpg' width='200' height='250'>")
|
102 |
with gr.Tabs():
|
103 |
with gr.TabItem('Upload'):
|
104 |
with gr.Row():
|