Spaces:
Runtime error
Runtime error
dk-crazydiv
commited on
Commit
•
6695a0d
1
Parent(s):
5cb9e81
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ print("Loaded tokenizer")
|
|
61 |
examples = [[f"examples/{filename}"] for filename in next(os.walk('examples'), (None, None, []))[2]]
|
62 |
print(f"Loaded {len(examples)} example images")
|
63 |
|
64 |
-
with gr.Blocks(
|
65 |
with gr.Column():
|
66 |
with gr.Row():
|
67 |
gr.Markdown("# Poster2Plot: Upload a Movie/T.V show poster to generate a plot", elem_id='title')
|
|
|
61 |
examples = [[f"examples/{filename}"] for filename in next(os.walk('examples'), (None, None, []))[2]]
|
62 |
print(f"Loaded {len(examples)} example images")
|
63 |
|
64 |
+
with gr.Blocks() as poster2plot:
|
65 |
with gr.Column():
|
66 |
with gr.Row():
|
67 |
gr.Markdown("# Poster2Plot: Upload a Movie/T.V show poster to generate a plot", elem_id='title')
|