Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shrusti333
/
translator
like
0
Runtime error
App
Files
Files
Community
5
Fetching metadata from the HF Docker repository...
siya02
commited on
May 18, 2023
Commit
7dc5cb3
·
1 Parent(s):
2a58209
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -5,4 +5,4 @@ def greet(name):
5
6
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
7
iface.launch()
8
-
#
5
6
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
7
iface.launch()
8
+
####