Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|