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...
Update app.py
#3
by
siya02
- opened
May 18, 2023
base:
refs/heads/main
←
from:
refs/pr/3
Discussion
Files changed
+1
-1
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
+
####