mroccuper commited on
Commit
eb65094
·
verified ·
1 Parent(s): 5cdc488

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ app = gr.Interface(
86
  gr.HTML(label="Formatted Post")
87
  ],
88
  examples=[
89
- ["https://fermention.com/kimchi-fried-rice/"]
90
  ],
91
  title="Article to Reddit/Quora Post Converter",
92
  description="Convert news articles into optimized Reddit/Quora-style posts with AI-generated formatting and image descriptions"
 
86
  gr.HTML(label="Formatted Post")
87
  ],
88
  examples=[
89
+ ["https://example.com/sample-article"]
90
  ],
91
  title="Article to Reddit/Quora Post Converter",
92
  description="Convert news articles into optimized Reddit/Quora-style posts with AI-generated formatting and image descriptions"