Commit
·
4f8563f
1
Parent(s):
5b3e44c
Remove scale
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ if __name__ == "__main__":
|
|
74 |
gr.Markdown(
|
75 |
"# A virtual Catalan grandparent"
|
76 |
)
|
77 |
-
with gr.Row(
|
78 |
with gr.Column(scale=1):
|
79 |
image = gr.Image("https://drive.usercontent.google.com/download?id=1nRCfIFpXwNh5HASfue0r9WPAnUSM18_a")
|
80 |
gr.Markdown(
|
|
|
74 |
gr.Markdown(
|
75 |
"# A virtual Catalan grandparent"
|
76 |
)
|
77 |
+
with gr.Row():
|
78 |
with gr.Column(scale=1):
|
79 |
image = gr.Image("https://drive.usercontent.google.com/download?id=1nRCfIFpXwNh5HASfue0r9WPAnUSM18_a")
|
80 |
gr.Markdown(
|