ga / fake.py
ShadowHunter222's picture
Create fake.py
190e92a verified
raw
history blame contribute delete
148 Bytes
import gradio as gr
demo = gr.load(
name="http://localhost:7860",
src="openai-compatible"
)
if __name__ == "__main__":
demo.launch()