Spaces:
Runtime error
Runtime error
import gradio as gr | |
# Load the Hugging Face Space | |
gradio_app = gr.Interface.load("huggingface/niknikita/faceid") | |
gradio_app() | |
# if __name__ == "__main__": | |
# # Launch the app | |
# gradio_app.launch() | |