mroccuper commited on
Commit
e19f109
·
verified ·
1 Parent(s): f111138

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -92,7 +92,10 @@ app = gr.Interface(
92
  outputs=[
93
  gr.Textbox(label="Generated Title"),
94
  gr.HTML(label="Formatted Post")
95
- ]
 
 
 
96
  title="Article to Reddit/Quora Post Converter",
97
  description="Convert news articles into optimized posts with AI-generated formatting and image descriptions",
98
  allow_flagging="never",
 
92
  outputs=[
93
  gr.Textbox(label="Generated Title"),
94
  gr.HTML(label="Formatted Post")
95
+ ],
96
+ examples=[
97
+ ["https://google.com/", "AIzaXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"]
98
+ ],
99
  title="Article to Reddit/Quora Post Converter",
100
  description="Convert news articles into optimized posts with AI-generated formatting and image descriptions",
101
  allow_flagging="never",