Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,4 +5,4 @@ def greet(input):
|
|
| 5 |
return "Hello " + input + "!!"
|
| 6 |
|
| 7 |
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
|
| 8 |
-
demo.launch()
|
|
|
|
| 5 |
return "Hello " + input + "!!"
|
| 6 |
|
| 7 |
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
|
| 8 |
+
demo.launch()
|