Spaces:
Runtime error
Runtime error
Caleb Fahlgren
commited on
Commit
β’
6d4f7ef
1
Parent(s):
e915c68
update readme
Browse files- README.md +1 -2
- requirements.txt +1 -1
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: Datasets
|
3 |
emoji: π
|
4 |
colorFrom: indigo
|
5 |
colorTo: green
|
@@ -7,7 +7,6 @@ sdk: gradio
|
|
7 |
sdk_version: 4.32.2
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
license: mit
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: Datasets Text to SQL/Chart
|
3 |
emoji: π
|
4 |
colorFrom: indigo
|
5 |
colorTo: green
|
|
|
7 |
sdk_version: 4.32.2
|
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
|
requirements.txt
CHANGED
@@ -80,7 +80,7 @@ sympy==1.12.1
|
|
80 |
tenacity==8.3.0
|
81 |
tomlkit==0.12.0
|
82 |
toolz==0.12.1
|
83 |
-
torch
|
84 |
tqdm==4.66.4
|
85 |
typer==0.12.3
|
86 |
typing_extensions==4.12.1
|
|
|
80 |
tenacity==8.3.0
|
81 |
tomlkit==0.12.0
|
82 |
toolz==0.12.1
|
83 |
+
torch
|
84 |
tqdm==4.66.4
|
85 |
typer==0.12.3
|
86 |
typing_extensions==4.12.1
|