Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,24 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
## How to run it locally:-
|
13 |
-
To run this app locally, first clone this repo using `git clone`.<br><br>
|
14 |
-
Now, install all libraries by running the following command in the terminal:<br>
|
15 |
-
```python
|
16 |
-
pip install -r requirements.txt
|
17 |
-
```
|
18 |
-
<br><br>
|
19 |
-
Now, run the app from the terminal:<br>
|
20 |
-
```python
|
21 |
-
gradio app.py
|
22 |
-
```
|
23 |
-
|
24 |
-
_If you like this project, please ⭐ this repository_ :blush:
|
|
|
1 |
+
---
|
2 |
+
title: Product Description Generator
|
3 |
+
emoji: 🏢
|
4 |
+
colorFrom: green
|
5 |
+
colorTo: gray
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 3.32.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|