Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,4 +6,4 @@ def greet(name):
|
|
6 |
print("sleep...")
|
7 |
# time.sleep(50)
|
8 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
9 |
-
iface.launch(
|
|
|
6 |
print("sleep...")
|
7 |
# time.sleep(50)
|
8 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
9 |
+
iface.launch()
|