Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Washedashorerelics
/
newnew
like
0
Follow
Washed Ashore Relics
1
arxiv:
1910.09700
License:
llama3.1
Model card
Files
Files and versions
main
newnew
/
import
Washedashore
Create import
a8fb49a
verified
6 months ago
raw
Copy download link
history
blame
Safe
215 Bytes
import
gradio
as
gr
def greet(
name
):
return
"Hello " +
name
+ "!"
demo = gr.Interface(fn=greet, inputs="textbox", outputs="textbox")
demo.launch(
share
=
True
) #
Share
your demo
with
just
1
extra parameter