Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -242,7 +242,7 @@ async def on_disconnect():
|
|
242 |
)
|
243 |
|
244 |
ka()
|
245 |
-
|
246 |
import gradio as gr
|
247 |
def greet(name, intensity):
|
248 |
return "Hello " * intensity + name + "!"
|
|
|
242 |
)
|
243 |
|
244 |
ka()
|
245 |
+
def start():
|
246 |
import gradio as gr
|
247 |
def greet(name, intensity):
|
248 |
return "Hello " * intensity + name + "!"
|