Spaces:
Runtime error
Runtime error
| 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() | |