jannisborn commited on
Commit
14f0f32
1 Parent(s): 8b150bd

wip: add README

Browse files
Files changed (1) hide show
  1. README.md +12 -13
README.md CHANGED
@@ -1,14 +1,13 @@
1
- # gt4sd-apps
2
- Web apps of GT4SD models powered via gradio.
 
 
 
 
 
 
 
 
 
 
3
 
4
- ## Installation
5
- 1. Install `gt4sd` from [https://github.com/GT4SD/gt4sd-core](`gt4sd-core`).
6
- 2. Install requirements in env:
7
- ```sh
8
- conda activate gt4sd
9
- pip install -r requirements.txt
10
- ```
11
- 3. Run a demo on a localhost:
12
- ```sh
13
- python apps/algorithms/conditional_generation/regression_transformer/app.py
14
- ```
 
1
+ ---
2
+ title: Regression Transformer
3
+ emoji: 💡
4
+ colorFrom: green
5
+ colorTo: blue
6
+ sdk: gradio
7
+ sdk_version: 3.9.1
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
13