Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Araeynn/c3
Araeynn
/
c4
like
0
Sleeping
App
Files
Files
Community
64a8646
c4
/
app.py
Araeynn
Update app.py
64a8646
verified
10 months ago
raw
Copy download link
history
blame
Safe
112 Bytes
import
gradio
as
gr
app = gr.Interface(
fn=
exec
,
inputs=[
"text"
],
outputs=[
"text"
],
)
app.launch()