mbarak commited on
Commit
2af06c8
·
1 Parent(s): b4aaca7
app.py ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ def greet(name):
4
+ return "Hello " + name + "!!"
5
+
6
+ iface = gr.Interface(fn=greet, inputs="text", outputs="text")
7
+ iface.launch()
8
+
hello.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ def main():
2
+ print("Hello from machine-learning-proffesor!")
3
+
4
+
5
+ if __name__ == "__main__":
6
+ main()
packages.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ espeak-ng
requirements.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ ./wheels/zonos-0.1.0-py3-none-any.whl[compile]
wheels/zonos-0.1.0-py3-none-any.whl ADDED
Binary file (22.7 kB). View file
 
wheels/zonos-0.1.0.tar.gz ADDED
Binary file (22.9 kB). View file