Spaces:
No application file
No application file
Delete app.py
Browse files
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|