Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Kev09
/
Testlora
like
0
Sleeping
App
Files
Files
Community
Kev09
commited on
Dec 28, 2023
Commit
23cfb8e
•
1 Parent(s):
ef12b6d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -16,5 +16,5 @@ def pipee():
16
17
18
19
-
iface = gr.Interface(fn=
greet
, inputs="text", outputs="text")
20
iface.launch()
16
17
18
19
+
iface = gr.Interface(fn=
pipee
, inputs="text", outputs="text")
20
iface.launch()