Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,17 +1,7 @@
|
|
1 |
-
|
2 |
-
license: apache-2.0
|
3 |
-
title: Textwizai
|
4 |
-
sdk: streamlit
|
5 |
-
emoji: π
|
6 |
-
colorFrom: yellow
|
7 |
-
colorTo: blue
|
8 |
-
---
|
9 |
-
# Text Generation API
|
10 |
|
11 |
-
This
|
12 |
|
13 |
-
##
|
14 |
|
15 |
-
|
16 |
-
```bash
|
17 |
-
pip install -r requirements.txt
|
|
|
1 |
+
# Multifunction AI App
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
+
This is a Streamlit application for generating text, images, and videos based on user input.
|
4 |
|
5 |
+
## Installation
|
6 |
|
7 |
+
Install the required packages using:
|
|
|
|