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 4, 2023
Commit
34bb74b
·
1 Parent(s):
2da760e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,7 +1,7 @@
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
1
import gradio as gr
2
3
4
+
gr.load(name="omar87/MOE",src="spaces").launch()
5
6
7