AI-Manith commited on
Commit
8f67d50
·
verified ·
1 Parent(s): a16ad3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -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()