Spaces:
Sleeping
Sleeping
marcelo-castro-cardoso
commited on
Commit
•
655399f
1
Parent(s):
899759e
deploy
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
import os
|
3 |
|
4 |
def greet(name):
|
5 |
-
return "Hello " + name + "!!"
|
6 |
|
7 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
8 |
iface.launch(share=True)
|
|
|
2 |
import os
|
3 |
|
4 |
def greet(name):
|
5 |
+
return "Hello " + name + "!!"
|
6 |
|
7 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
8 |
iface.launch(share=True)
|