wasmdashai commited on
Commit
e996a0b
·
verified ·
1 Parent(s): 6bcc47d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ def greet(name):
5
  global GK
6
  while True:
7
  GK+=1
8
- yield f"namber is {GK}"
9
 
10
  demo = gr.Interface(fn=greet, inputs="text", outputs="text")
11
  demo.launch()
 
5
  global GK
6
  while True:
7
  GK+=1
8
+ yield f"namber is {GK}"
9
 
10
  demo = gr.Interface(fn=greet, inputs="text", outputs="text")
11
  demo.launch()