molher commited on
Commit
3876f09
·
1 Parent(s): 5b9865e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,6 +2,6 @@ import gradio as gr
2
 
3
  def saludar(nombre):
4
  return f'Hola {nombre}'
5
- inf=gr.Interface(saludar,inputs='text',outputs='text'
6
 
7
  inf.launch()
 
2
 
3
  def saludar(nombre):
4
  return f'Hola {nombre}'
5
+ inf=gr.Interface(saludar,inputs='text',outputs='text')
6
 
7
  inf.launch()