Spaces:
Sleeping
Sleeping
Commit ·
d0daec6
1
Parent(s): 6307894
Add HF Space config (runtime.txt, space.yaml)
Browse files- runtime.txt +1 -0
- space.yaml +4 -0
runtime.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
python-3.10
|
space.yaml
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
sdk: gradio
|
| 2 |
+
sdk_version: 4.44.1
|
| 3 |
+
app_file: app.py
|
| 4 |
+
python_version: 3.10
|