Duplicated from beth594/test-inner
2071150 9b5303e 3aac243 9b5303e 1c97483 8da1b56 9b5303e
1
2
3
4
5
6
7
8
9
10
11
#!/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)