Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fhudi
/
textgames
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fhudi
commited on
Jan 17
Commit
4085583
·
verified
·
1 Parent(s):
81bfd67
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -7,4 +7,4 @@ def greet(name):
7
8
demo = gr.Interface(fn=greet, inputs="textbox", outputs="textbox")
9
10
-
demo.launch()
7
8
demo = gr.Interface(fn=greet, inputs="textbox", outputs="textbox")
9
10
+
demo.launch(
ssr_mode=False
)