Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
#testing commits
|
2 |
import gradio as gr
|
3 |
-
import
|
4 |
|
5 |
def greet(name):
|
6 |
return "Hello " + name + "!"
|
|
|
1 |
#testing commits
|
2 |
import gradio as gr
|
3 |
+
import piper
|
4 |
|
5 |
def greet(name):
|
6 |
return "Hello " + name + "!"
|