Kidbea commited on
Commit
336fe2b
·
1 Parent(s): 3ec7711
Files changed (2) hide show
  1. Change-Clothes-AI +1 -0
  2. app.py +0 -7
Change-Clothes-AI ADDED
@@ -0,0 +1 @@
 
 
1
+ Subproject commit 3030eea162285b7e9b6ce8907a3497ea35c96894
app.py DELETED
@@ -1,7 +0,0 @@
1
- import gradio as gr
2
-
3
- def greet(name):
4
- return "Hello " + name + "!!"
5
-
6
- demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
- demo.launch()