Spaces:
Running
Running
Rename requirements.txt to app.py
Browse files- app.py +3 -0
- 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
|
|
|
|
|
|
|
|
|
|
|
|