test-outer / app.py
beth594's picture
Update app.py
8da1b56 verified
raw
history blame contribute delete
245 Bytes
#!/usr/bin/env python
import gradio as gr
import os
#space_key = os.environ.get('read_token')
iface = gr.load(name="liuhaotian/LLaVA-1.6",
hf_token=os.environ['HFT'],
src='spaces')
iface.launch(show_api=False)