AminFaraji commited on
Commit
a7ec3ca
·
verified ·
1 Parent(s): c8b989d

Create app2.py

Browse files
Files changed (1) hide show
  1. app2.py +2 -0
app2.py ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ demo = gr.Interface(fn=greet, inputs="text", outputs="text")
2
+ demo.launch()