Washedashore commited on
Commit
4acdefc
·
verified ·
1 Parent(s): 89ad048

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -1,7 +1,9 @@
1
- import gh repo clone LxaNce-Hacker/wifi-jammer
2
 
3
  def greet(name):
4
  return "Hello " + name + "!!"
5
 
6
- demo = gh.Interface(fn=greet, inputs="text", outputs="text")
7
- demo.launch(share=True)
 
 
 
1
+ import gh repo clone LxaNce-Hacker/wifi-jammer ResourceWarning
2
 
3
  def greet(name):
4
  return "Hello " + name + "!!"
5
 
6
+ class name:
7
+ def __init__(self, params):
8
+ = gh.Interface(fn=greet, inputs="text", outputs="text")
9
+ launch(share=True)