Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
ShadowHunter222
/
ga
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ShadowHunter222
commited on
Apr 26
Commit
190e92a
·
verified
·
1 Parent(s):
a45c23a
Create fake.py
Browse files
Files changed (1)
hide
show
fake.py
+10
-0
fake.py
ADDED
Viewed
@@ -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()