Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
eternalBlissard/testVariable
eternalBlissard
/
testVariable2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
eternalBlissard
commited on
Oct 30, 2024
Commit
4f5cc0d
·
verified
·
1 Parent(s):
7e5f231
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
import gradio as gr
2
3
-
val = None
4
def respond(newVal):
5
global val
6
if(val is None):
1
import gradio as gr
2
3
+
val =
gr.State(
None
)
4
def respond(newVal):
5
global val
6
if(val is None):