Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -100,9 +100,9 @@ with gr.Blocks(title="📚 BookMindAI", theme=gr.themes.Base()).queue() as demo:
|
|
100 |
|
101 |
with gr.Column():
|
102 |
book_cover_output = gr.Gallery(label="Book Cover", visible=True)
|
|
|
103 |
with gr.Row():
|
104 |
summary_output = gr.Markdown(label="Parsed Content", visible=True)
|
105 |
-
telegraph_link_output = gr.Markdown(label="View on Telegraph", visible=True)
|
106 |
|
107 |
run_button.click(fn=generate_predictions,
|
108 |
inputs=[book_name_input, author_name_input, language_input, detail_options_input],
|
|
|
100 |
|
101 |
with gr.Column():
|
102 |
book_cover_output = gr.Gallery(label="Book Cover", visible=True)
|
103 |
+
telegraph_link_output = gr.Markdown(label="View on Telegraph", visible=True)
|
104 |
with gr.Row():
|
105 |
summary_output = gr.Markdown(label="Parsed Content", visible=True)
|
|
|
106 |
|
107 |
run_button.click(fn=generate_predictions,
|
108 |
inputs=[book_name_input, author_name_input, language_input, detail_options_input],
|