Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Caslow
/
Fortran_to_Rust_Translator
like
0
Sleeping
App
Files
Files
Community
ab15873
Fortran_to_Rust_Translator
/
app.py
Caslow
first
ab15873
about 1 month ago
raw
Copy download link
history
blame
Safe
210 Bytes
import
gradio
as
gr
def
greet
(
name
):
return
"Hello "
+ name +
"!"
demo = gr.Interface(fn=greet, inputs=
"textbox"
, outputs=
"textbox"
)
demo.launch()
# Share your demo with just 1 extra parameter π