Spaces:
Sleeping
Sleeping
Prasanthin
commited on
Commit
•
674984d
1
Parent(s):
2970095
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
import gradio as gr
|
2 |
def greet(name): return f"hello {name}"
|
3 |
|
4 |
-
gr.Interface(fn=
|
|
|
1 |
import gradio as gr
|
2 |
def greet(name): return f"hello {name}"
|
3 |
|
4 |
+
gr.Interface(fn=greet,inputs="text",outputs="text").launch()
|