ShadowHunter222 commited on
Commit
190e92a
·
verified ·
1 Parent(s): a45c23a

Create fake.py

Browse files
Files changed (1) hide show
  1. fake.py +10 -0
fake.py ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+
4
+ demo = gr.load(
5
+ name="http://localhost:7860",
6
+ src="openai-compatible"
7
+ )
8
+
9
+ if __name__ == "__main__":
10
+ demo.launch()