ccl-playground / app.py
traversaal-ai's picture
Update app.py
d8445c7
raw
history blame
312 Bytes
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()