jaumaras commited on
Commit
c2481c9
1 Parent(s): a29f52c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -33,6 +33,7 @@ def main():
33
  it will take a little time to download it.
34
  """
35
  )
 
36
  with gr.Row(variant="panel"):
37
  text = gr.Textbox(label="Text", placeholder="Insert your article here...")
38
 
 
33
  it will take a little time to download it.
34
  """
35
  )
36
+ gr.api_name="textTOPepe"
37
  with gr.Row(variant="panel"):
38
  text = gr.Textbox(label="Text", placeholder="Insert your article here...")
39