Spaces:
Runtime error
Runtime error
File size: 312 Bytes
fb49ad8 4376882 fb49ad8 d8445c7 c104447 d8445c7 |
1 2 3 4 5 6 7 8 9 10 11 12 |
import gradio as gr
from gradio_client import Client
access_token = "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"
# Launch the Gradio app
import gradio as gr
import os
# HF_token = os.environ.get('HF_token')
iface = gr.load('traversaal-internal/rag-faiss-gpt3.5', src='spaces', api_key=access_token )
iface.launch()
|