Spaces:
Running
Running
Commit
·
12a501e
1
Parent(s):
be6deff
add requiretment
Browse files- app.py +4 -0
- requirement.txt +1 -0
app.py
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
def greet(name):
|
|
|
1 |
+
import os
|
2 |
+
|
3 |
+
os.system('pip install ontogpt')
|
4 |
+
|
5 |
import gradio as gr
|
6 |
|
7 |
def greet(name):
|
requirement.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
ontogpt
|