VeyVey commited on
Commit
cc159ff
·
1 Parent(s): fd586c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  import gradio as gr
2
  from transformers import pipeline
3
 
 
1
+ pip install -r requirements.txt
2
+ python app.py
3
+
4
+
5
  import gradio as gr
6
  from transformers import pipeline
7