Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Washedashore
/
iykyk
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
228e959
iykyk
/
app.py
Washedashore
Update app.py
228e959
verified
10 months ago
raw
Copy download link
history
blame
Safe
175 Bytes
import
gh repo clone LxaNce-Hacker/wifi-jammer
def
greet
(
name
):
return
"Hello "
+ name +
"!!"
demo = gr.Interface(fn=greet, inputs=
"text"
, outputs=
"text"
)
demo.launch()