pangyuteng commited on
Commit
a05675c
·
1 Parent(s): 34450d9
Files changed (2) hide show
  1. NOTES.md +7 -1
  2. app.py +1 -1
NOTES.md CHANGED
@@ -1,4 +1,10 @@
1
  https://huggingface.co/spaces/abidlabs/whisper
2
 
3
 
4
- https://github.com/rii-mango/Papaya/wiki/Configuration
 
 
 
 
 
 
 
1
  https://huggingface.co/spaces/abidlabs/whisper
2
 
3
 
4
+ https://github.com/rii-mango/Papaya/wiki/Configuration
5
+
6
+ https://github.com/gradio-app/gradio/issues/4511
7
+
8
+ https://www.gradio.app/guides/custom-components-in-five-minutes
9
+
10
+ https://www.gradio.app/guides/pdf-component-example
app.py CHANGED
@@ -11,7 +11,7 @@ papayadiv = f"""
11
 
12
  with gr.Blocks() as demo:
13
  input_mic = gr.HTML(papayadiv)
14
- demo.load(None,None,None,js=head)
15
 
16
  demo.launch(server_name='0.0.0.0')
17
 
 
11
 
12
  with gr.Blocks() as demo:
13
  input_mic = gr.HTML(papayadiv)
14
+ demo.load(None,None,None,_js=head)
15
 
16
  demo.launch(server_name='0.0.0.0')
17