Spaces:
Sleeping
Sleeping
shouryashashank
commited on
Commit
•
ca77a17
1
Parent(s):
839d108
initial commit
Browse files- app.py +5 -0
- requirements.txt +1 -0
app.py
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# predacons-gui hugging face spaces app
|
2 |
+
|
3 |
+
import predacons_gui
|
4 |
+
|
5 |
+
predacons_gui.launch()
|
requirements.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
predacons-gui >= 0.0.103
|