Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
|
4 |
-
|
5 |
-
).launch()
|
6 |
|
7 |
if __name__ == "__main__":
|
8 |
-
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
# Load the Hugging Face Space
|
4 |
+
gradio_app = gr.Interface.load("huggingface/niknikita/faceid")
|
|
|
5 |
|
6 |
if __name__ == "__main__":
|
7 |
+
# Launch the app
|
8 |
+
gradio_app.launch()
|