Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
treadon
/
prompt-fungineer-355M
like
80
Runtime error
App
Files
Files
Community
6
Fetching metadata from the HF Docker repository...
treadon
commited on
Apr 11, 2023
Commit
e128669
·
1 Parent(s):
59696ca
fix import
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,6 @@
1
2
def greet(name):
3
return "Hello " + name + "!!"
4
1
2
+
import gradio as gr
3
+
4
def greet(name):
5
return "Hello " + name + "!!"
6