akman12914
commited on
Commit
·
e8ee3dc
1
Parent(s):
860e1cc
demo update
Browse files
app.py
CHANGED
@@ -241,7 +241,8 @@ demo = gr.Interface(fn=sepia,
|
|
241 |
allow_flagging='never'
|
242 |
)
|
243 |
|
244 |
-
demo.launch()
|
|
|
245 |
|
246 |
def update(name):
|
247 |
return f"Welcome to Gradio, {name}!"
|
|
|
241 |
allow_flagging='never'
|
242 |
)
|
243 |
|
244 |
+
demo.launch()
|
245 |
+
import gradio as gr
|
246 |
|
247 |
def update(name):
|
248 |
return f"Welcome to Gradio, {name}!"
|