Thziin commited on
Commit
02fa6e3
·
1 Parent(s): a5a0dd1

Delete app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -9
app.py DELETED
@@ -1,9 +0,0 @@
1
- git clone https://huggingface.co/spaces/Thziin/Stable-diffusion-v2
2
- import gradio as gr
3
- def greet(name):
4
- return "Hello " + name + "!!"
5
- iface = gr.Interface(fn=greet, inputs="text", outputs="text")
6
- iface.launch()
7
- git add app.py
8
- git commit -m "Add application file"
9
- git push