Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
andreeabodea
/
test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
andreeabodea
commited on
Apr 2, 2024
Commit
1169a01
·
verified
·
1 Parent(s):
82b7e82
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -15,6 +15,7 @@ iface = gr.Interface(launch,
15
iface.launch()
16
"""
17
18
import gradio as gr
19
20
def greet(name):
15
iface.launch()
16
"""
17
18
+
19
import gradio as gr
20
21
def greet(name):