Wassim's picture
Update app.py
723b078
raw
history blame contribute delete
211 Bytes
import os
import gradio as gr
read_key = os.environ.get('hf_space_api_key', None)
with gr.Blocks() as demo:
gr.load("Wassim/custom-search-bar", hf_token=read_key, src="spaces")
demo.launch(max_threads=10)