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