Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ app = gr.Interface(
|
|
86 |
gr.HTML(label="Formatted Post")
|
87 |
],
|
88 |
examples=[
|
89 |
-
["https://
|
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"
|