Skip to content

Commit bf0ff72

Browse files
chore: lint
1 parent 5a9126a commit bf0ff72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

run/helloworld-gradio/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@
1515
# [START cloudrun_helloworld_gradio]
1616
import gradio as gr
1717

18+
1819
def hello(name, intensity):
1920
"""Return a friendly greeting."""
2021
return "Hello " + name + "!" * int(intensity)
2122

23+
2224
demo = gr.Interface(
2325
fn=hello,
2426
inputs=["text", "slider"],

0 commit comments

Comments
 (0)