Illia56 commited on
Commit
d0a490c
·
1 Parent(s): 4999d68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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():