cutiee82 commited on
Commit
3bea7ba
·
1 Parent(s): d908972

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  import gradio as gr
2
  from textgen import TextGenerator
3
 
 
1
+ import subprocess
2
+ subprocess.run(["pip", "install", "./textgen.zip"])
3
+
4
  import gradio as gr
5
  from textgen import TextGenerator
6