Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AI-Manith
/
LazyyyNote
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AI-Manith
commited on
May 1
Commit
8f67d50
·
verified
·
1 Parent(s):
a16ad3e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+8
-0
app.py
CHANGED
Viewed
@@ -0,0 +1,8 @@
1
+
import gradio as gr
2
+
import os
3
+
4
+
demo = gr.load("AI-Manith/note_maker_backend", src="spaces", token=os.environ.get("HUGGING_FACE_HUB_TOKEN"))
5
+
6
+
7
+
8
+
demo.launch()