Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Multilingual AI News Generator
|
2 |
|
3 |
This application uses LLM agents to fetch and edit news articles on any topic in multiple languages. It combines DuckDuckGo search with AI text generation to create ready-to-publish news articles in the language of your choice.
|
@@ -28,4 +39,4 @@ If you're running this locally, you'll need to set up the following environment
|
|
28 |
|
29 |
## Credits
|
30 |
|
31 |
-
Built with ❤️ using Gradio and Hugging Face
|
|
|
1 |
+
---
|
2 |
+
title: MultiLingualNewsHub-AI
|
3 |
+
emoji: 📰
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 4.0.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# Multilingual AI News Generator
|
13 |
|
14 |
This application uses LLM agents to fetch and edit news articles on any topic in multiple languages. It combines DuckDuckGo search with AI text generation to create ready-to-publish news articles in the language of your choice.
|
|
|
39 |
|
40 |
## Credits
|
41 |
|
42 |
+
Built with ❤️ using Gradio and Hugging Face
|