Spaces:
Runtime error
Runtime error
Commit
·
0affa33
1
Parent(s):
d54fa91
added app.py code
Browse files
app.py
CHANGED
@@ -12,6 +12,7 @@ with gr.Blocks() as demo:
|
|
12 |
with gr.Row():
|
13 |
gr.inputs.File(label="Template", type="file", file_count='single')
|
14 |
gr.inputs.File(label="Source", type="file", file_count='single')
|
|
|
15 |
|
16 |
with gr.Column():
|
17 |
gr.Markdown("## Mapping from Source to Template")
|
|
|
12 |
with gr.Row():
|
13 |
gr.inputs.File(label="Template", type="file", file_count='single')
|
14 |
gr.inputs.File(label="Source", type="file", file_count='single')
|
15 |
+
|
16 |
|
17 |
with gr.Column():
|
18 |
gr.Markdown("## Mapping from Source to Template")
|