Kelly Bucaille commited on
Commit
0827c90
·
1 Parent(s): fd60ea8

add app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -45,10 +45,6 @@ demo = gr.Interface(
45
  outputs=gr.Textbox(label="Generated LLM Text", lines=10),
46
  title="LLM Text Generator",
47
  description="Enter a website URL to generate LLM text based on its content.",
48
- examples=[
49
- ["https://gelberg.co"],
50
- ],
51
- cache_examples=True,
52
  )
53
 
54
  if __name__ == "__main__":
 
45
  outputs=gr.Textbox(label="Generated LLM Text", lines=10),
46
  title="LLM Text Generator",
47
  description="Enter a website URL to generate LLM text based on its content.",
 
 
 
 
48
  )
49
 
50
  if __name__ == "__main__":