Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
osanseviero
/
streaming-vs-non-streaming
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
osanseviero
commited on
Aug 11, 2023
Commit
246ed26
·
1 Parent(s):
fe97494
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -10,4 +10,4 @@ gr.Interface(
10
generate,
11
inputs=None,
12
outputs="text"
13
-
)
10
generate,
11
inputs=None,
12
outputs="text"
13
+
)
.launch()