Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -227,7 +227,10 @@ with gr.Blocks(css="""
|
|
227 |
margin: auto;
|
228 |
}
|
229 |
""") as demo:
|
230 |
-
gr.Markdown("
|
|
|
|
|
|
|
231 |
with gr.Column():
|
232 |
file_input = gr.File(label="Select Images", file_count="multiple", type="filepath")
|
233 |
extract_button = gr.Button("Extract Metadata")
|
|
|
227 |
margin: auto;
|
228 |
}
|
229 |
""") as demo:
|
230 |
+
gr.Markdown("""
|
231 |
+
## Image Metadata Editor
|
232 |
+
[View the source code on GitHub](https://github.com/UmutHasanoglu/image-metadata-editor)
|
233 |
+
""")
|
234 |
with gr.Column():
|
235 |
file_input = gr.File(label="Select Images", file_count="multiple", type="filepath")
|
236 |
extract_button = gr.Button("Extract Metadata")
|