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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -92,10 +92,7 @@ app = gr.Interface(
92
  outputs=[
93
  gr.Textbox(label="Generated Title"),
94
  gr.HTML(label="Formatted Post")
95
- ],
96
- examples=[
97
- ["https://example.com/sample-article", "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",
 
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",