shouryashashank commited on
Commit
ca77a17
1 Parent(s): 839d108

initial commit

Browse files
Files changed (2) hide show
  1. app.py +5 -0
  2. 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