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