Spaces:
Sleeping
Sleeping
NTAMBARA Etienne
commited on
Commit
•
2b649ae
1
Parent(s):
73178ad
Changes
Browse files- app.py +1 -1
- requirements.txt +0 -1
app.py
CHANGED
@@ -78,4 +78,4 @@ iface = gr.Interface(
|
|
78 |
|
79 |
# Run the Gradio app
|
80 |
if __name__ == "__main__":
|
81 |
-
iface.launch()
|
|
|
78 |
|
79 |
# Run the Gradio app
|
80 |
if __name__ == "__main__":
|
81 |
+
iface.launch(inline=False)
|
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
gradio
|
2 |
face_recognition
|
3 |
opencv-python-headless
|
4 |
numpy
|
|
|
|
|
1 |
face_recognition
|
2 |
opencv-python-headless
|
3 |
numpy
|