Spaces:
Running
Running
| import gradio as gr | |
| demo = gr.load( | |
| name="http://localhost:7860", | |
| src="openai-compatible" | |
| ) | |
| if __name__ == "__main__": | |
| demo.launch() |
| import gradio as gr | |
| demo = gr.load( | |
| name="http://localhost:7860", | |
| src="openai-compatible" | |
| ) | |
| if __name__ == "__main__": | |
| demo.launch() |