cutiee82 commited on
Commit
a53a0e7
·
1 Parent(s): a116f07

Update app.py

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