Spaces:
No application file
No application file
Update app.py
Browse files
app.py
CHANGED
@@ -1,9 +1,16 @@
|
|
1 |
-
import gh repo clone LxaNce-Hacker/wifi-jammer
|
2 |
|
3 |
-
|
|
|
|
|
|
|
4 |
return "Hello " + name + "!!"
|
5 |
|
6 |
-
class name:
|
7 |
-
|
|
|
|
|
8 |
= gh.Interface(fn=greet, inputs="text", outputs="text")
|
9 |
-
|
|
|
|
|
|
1 |
+
<import> gh repo clone LxaNce-Hacker/wifi-jammer:
|
2 |
|
3 |
+
<ResourceWarning>
|
4 |
+
|
5 |
+
def greet(name):
|
6 |
+
|
7 |
return "Hello " + name + "!!"
|
8 |
|
9 |
+
class name:
|
10 |
+
|
11 |
+
def __init__(self, params):
|
12 |
+
|
13 |
= gh.Interface(fn=greet, inputs="text", outputs="text")
|
14 |
+
|
15 |
+
|
16 |
+
launch(share=True)
|