Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kartheesh
/
bara_project2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Kartheesh
commited on
Apr 22, 2023
Commit
c21d3ea
·
1 Parent(s):
cf7691b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-5
app.py
CHANGED
Viewed
@@ -1,6 +1,2 @@
1
import gradio as gr
2
-
def show
()
:
3
-
return gr.load("spaces/Kartheesh/bara_project1")
4
-
5
-
demo = gr.Interface(fn=show)
6
-
demo.launch()
1
import gradio as gr
2
+
gr.Interface.load
(
"spaces/Kartheesh/bara_project1"
)