Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mobius-labs
/
JenL_demo_new1
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Mark000111888
commited on
Feb 22, 2023
Commit
b53d62d
·
1 Parent(s):
e180165
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import gradio as gr
2
+
3
+
#gr.Interface(fn=None,inputs="text",outputs=None,cache_examples=False).load("models/Mobius-labs/JenL_demo").launch()
4
+
gr.Interface.load("models/Mobius-labs/JenL_demo1").launch()