Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ def greet(name):
|
|
5 |
global GK
|
6 |
while True:
|
7 |
GK+=1
|
8 |
-
|
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()
|