Spaces:
Runtime error
Runtime error
Change layout
Browse files
app.py
CHANGED
@@ -69,13 +69,14 @@ def main():
|
|
69 |
step=1,
|
70 |
value=4,
|
71 |
label='Number of Images')
|
|
|
|
|
72 |
with open('samples.txt') as f:
|
73 |
samples = [
|
74 |
line.strip().split('\t') for line in f.readlines()
|
75 |
]
|
76 |
examples = gr.Dataset(components=[text, style],
|
77 |
samples=samples)
|
78 |
-
run_button = gr.Button('Run')
|
79 |
|
80 |
with gr.Column():
|
81 |
with gr.Group():
|
|
|
69 |
step=1,
|
70 |
value=4,
|
71 |
label='Number of Images')
|
72 |
+
run_button = gr.Button('Run')
|
73 |
+
|
74 |
with open('samples.txt') as f:
|
75 |
samples = [
|
76 |
line.strip().split('\t') for line in f.readlines()
|
77 |
]
|
78 |
examples = gr.Dataset(components=[text, style],
|
79 |
samples=samples)
|
|
|
80 |
|
81 |
with gr.Column():
|
82 |
with gr.Group():
|