Spaces:
Sleeping
Sleeping
Commit
·
0ab3689
1
Parent(s):
56d6c5e
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
# https://www.gradio.app/guides/quickstart
|
2 |
# https://www.gradio.app/guides/key-features
|
3 |
import gradio as gr
|
|
|
4 |
def greet(name):
|
5 |
message_to_user="start here"
|
6 |
gr.Info("message1")
|
|
|
1 |
# https://www.gradio.app/guides/quickstart
|
2 |
# https://www.gradio.app/guides/key-features
|
3 |
import gradio as gr
|
4 |
+
import time
|
5 |
def greet(name):
|
6 |
message_to_user="start here"
|
7 |
gr.Info("message1")
|