Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -156,6 +156,9 @@ demo = gr.Interface(
|
|
156 |
- Instant meme generation
|
157 |
- Professional and work-appropriate content
|
158 |
- Wide range of topics supported
|
|
|
|
|
|
|
159 |
""",
|
160 |
examples=[[domain] for domain in random.sample(example_domains, 6)],
|
161 |
allow_flagging="never",
|
|
|
156 |
- Instant meme generation
|
157 |
- Professional and work-appropriate content
|
158 |
- Wide range of topics supported
|
159 |
+
|
160 |
+
Build with ❤️ by XHaheen | <a href='https://www.linkedin.com/in/sallu-mandya/' target='_blank'>Connect with me on LinkedIn to scale App</a>
|
161 |
+
|
162 |
""",
|
163 |
examples=[[domain] for domain in random.sample(example_domains, 6)],
|
164 |
allow_flagging="never",
|