Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -80,6 +80,7 @@ async def generate_predictions(book_name, author, language_choice, detail_option
|
|
80 |
return image_links, combined_summary, telegraph_url
|
81 |
|
82 |
with gr.Blocks(title="📚 BookMindAI", theme=gr.themes.Base()).queue() as demo:
|
|
|
83 |
with gr.Tab("Summarize book🎯"):
|
84 |
with gr.Row():
|
85 |
with gr.Column():
|
|
|
80 |
return image_links, combined_summary, telegraph_url
|
81 |
|
82 |
with gr.Blocks(title="📚 BookMindAI", theme=gr.themes.Base()).queue() as demo:
|
83 |
+
gr.DuplicateButton()
|
84 |
with gr.Tab("Summarize book🎯"):
|
85 |
with gr.Row():
|
86 |
with gr.Column():
|