miracFence commited on
Commit
65226ab
1 Parent(s): 94b36ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -156,6 +156,9 @@ with block:
156
  gr.Markdown('''ABSTRACTGEN_ES''')
157
  gr.Markdown('''An app that can generate abstracts in Spanish based on the text that you input via document text and if you already have an abstract and need a different idea, check how similar the new abstract is to the original one.
158
  ''')
 
 
 
159
  gr.Markdown(''' We used Blocks (beta), which allows you to build web-based demos in a flexible way using the gradio library. Blocks is a more low-level and flexible alternative to the core Interface class.
160
  The main problem with this library right now is that
161
  it doesn't support some functionality that Interface
 
156
  gr.Markdown('''ABSTRACTGEN_ES''')
157
  gr.Markdown('''An app that can generate abstracts in Spanish based on the text that you input via document text and if you already have an abstract and need a different idea, check how similar the new abstract is to the original one.
158
  ''')
159
+ gr.Markdown('''FUNCTIONING:
160
+ - Upload your paper with abstract (text without abstract + original abstract by itself): our app will generate an abstract by its own, and then you can compare how similar it is in content itself with the original abstract that was contained in the file
161
+ - Upload your paper without abstract (text without abstract only): our app will generate an abstract that you can use for your paper and work in order for it to be used directly or to inspire you to write a good and well written abstract in Spanish''')
162
  gr.Markdown(''' We used Blocks (beta), which allows you to build web-based demos in a flexible way using the gradio library. Blocks is a more low-level and flexible alternative to the core Interface class.
163
  The main problem with this library right now is that
164
  it doesn't support some functionality that Interface