Jonny001 commited on
Commit
66b0cef
1 Parent(s): 55c03ec

Rename requirements.txt to app.py

Browse files
Files changed (2) hide show
  1. app.py +3 -0
  2. requirements.txt +0 -5
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import gradio as gr
2
+
3
+ gr.load("models/Purz/face-projection").launch()
requirements.txt DELETED
@@ -1,5 +0,0 @@
1
- numpy
2
- pandas
3
- matplotlib
4
- gradio
5
- transformers