Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
omar87
/
MOEc
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
omar87
commited on
May 15, 2023
Commit
d0b2d4c
·
1 Parent(s):
ccd1622
Upload app.py
Browse files
Files changed (1)
hide
show
app.py
+8
-0
app.py
ADDED
Viewed
@@ -0,0 +1,8 @@
1
+
import gradio as gr
2
+
3
+
4
+
gr.load(name="omar87/MOE",hf_token="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",src="spaces").launch()
5
+
6
+
7
+
8
+