Spaces:
Build error
Build error
pgzmnk
commited on
Commit
•
8d19dfe
1
Parent(s):
185224f
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Bioscore calculator app
|
2 |
|
3 |
This is a simple guide to help you set up and run a Gradio app.
|
@@ -30,7 +42,7 @@ Install the required Python packages:
|
|
30 |
pip3 install -r requirements.txt
|
31 |
```
|
32 |
|
33 |
-
##
|
34 |
|
35 |
To start the Gradio app, execute the following command:
|
36 |
|
@@ -45,6 +57,10 @@ Running on http://127.0.0.1:7860
|
|
45 |
Open your web browser and visit http://127.0.0.1:7860 to access the Gradio app.
|
46 |
```
|
47 |
|
|
|
|
|
|
|
|
|
48 |
## Customization
|
49 |
|
50 |
Feel free to modify the app.py file to customize the behavior and appearance of your Gradio app. You can add or remove input and output interfaces, change their appearance, or include additional functionality as per your requirements.
|
|
|
1 |
+
---
|
2 |
+
title: Bioscore calculator
|
3 |
+
emoji: {{emoji}}
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: pink
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 3.10
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
tags: climatebase, biocredits
|
11 |
+
---
|
12 |
+
|
13 |
# Bioscore calculator app
|
14 |
|
15 |
This is a simple guide to help you set up and run a Gradio app.
|
|
|
42 |
pip3 install -r requirements.txt
|
43 |
```
|
44 |
|
45 |
+
## Run the App Locally
|
46 |
|
47 |
To start the Gradio app, execute the following command:
|
48 |
|
|
|
57 |
Open your web browser and visit http://127.0.0.1:7860 to access the Gradio app.
|
58 |
```
|
59 |
|
60 |
+
|
61 |
+
## Deploy to Huggingface
|
62 |
+
|
63 |
+
|
64 |
## Customization
|
65 |
|
66 |
Feel free to modify the app.py file to customize the behavior and appearance of your Gradio app. You can add or remove input and output interfaces, change their appearance, or include additional functionality as per your requirements.
|