Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Manofem
/
Test
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Manofem
commited on
Jan 12, 2024
Commit
d46da4f
·
verified
·
1 Parent(s):
3d12567
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -6,4 +6,4 @@ def test(message):
6
time.sleep(0.3)
7
yield message[: i + 1]
8
9
-
gr.Interface(test, "textbox", "textbox")
.
6
time.sleep(0.3)
7
yield message[: i + 1]
8
9
+
gr.Interface(test, "textbox", "textbox")