paopaoka3325 commited on
Commit
12a501e
·
1 Parent(s): be6deff

add requiretment

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