Spaces:
Running
Running
Abubakar Abid
commited on
Commit
•
bb2758c
1
Parent(s):
139d801
moved gradio files into app/gradio
Browse files
app/{app_gradio.py → gradio/app_gradio.py}
RENAMED
File without changes
|
app/{app_gradio_ngrok.py → gradio/app_gradio_ngrok.py}
RENAMED
File without changes
|
app/gradio/requirements.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Requirements for huggingface spaces
|
2 |
+
gradio>=2.2.3
|
3 |
+
flax
|
4 |
+
transformers
|
requirements.txt
CHANGED
@@ -1,5 +1,2 @@
|
|
1 |
# Requirements for huggingface spaces
|
2 |
streamlit>=0.84.2
|
3 |
-
gradio>=2.2.3
|
4 |
-
flax
|
5 |
-
transformers
|
|
|
1 |
# Requirements for huggingface spaces
|
2 |
streamlit>=0.84.2
|
|
|
|
|
|