Ken Lin commited on
Commit
6d9b481
2 Parent(s): e31beca 6403d22

Merge branch 'main' of https://huggingface.co/spaces/PCMS-MSP/MSP

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import gradio as gr
2
 
 
3
  title = "Musicalization System of Painting"
4
  description = "Pui Ching Middle School: Musicalization System of Painting Demo"
5
 
@@ -14,4 +15,10 @@ iface = gr.Interface(
14
  inputs=gr.Image(),
15
  outputs=gr.Audio())
16
 
 
 
 
 
 
 
17
  iface.launch()
 
1
  import gradio as gr
2
 
3
+ <<<<<<< HEAD
4
  title = "Musicalization System of Painting"
5
  description = "Pui Ching Middle School: Musicalization System of Painting Demo"
6
 
 
15
  inputs=gr.Image(),
16
  outputs=gr.Audio())
17
 
18
+ =======
19
+ def greet(name):
20
+ return "Hello " + name + "!!"
21
+
22
+ iface = gr.Interface(fn=greet, inputs="text", outputs="text")
23
+ >>>>>>> 6403d22b60fe5edc7d576d9c8a7fe66fcaa12249
24
  iface.launch()