Spaces:
Running
Running
universe update
Browse files- .gitignore +0 -0
- Dockerfile +5 -0
- README.md +5 -4
.gitignore
ADDED
File without changes
|
Dockerfile
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM fuqingxu/ai_search:v3
|
2 |
+
|
3 |
+
CMD ["python", "webapp.py"]
|
4 |
+
CMD ["python", "webapp.py"]
|
5 |
+
CMD ["python", "webapp.py"]
|
README.md
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: docker
|
7 |
pinned: false
|
|
|
8 |
---
|
9 |
|
10 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: UniverseTheory
|
3 |
+
emoji: 🎉
|
4 |
+
colorFrom: gray
|
5 |
+
colorTo: pink
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
+
app_port: 7860
|
9 |
---
|
10 |
|
11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|