andreeabodea commited on
Commit
3bb8b8f
1 Parent(s): 1d3d884

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -23,4 +23,5 @@ def greet(name):
23
  demo = gr.Interface(
24
  fn=greet,
25
  inputs=["text"],
26
- outputs=["text"],
 
 
23
  demo = gr.Interface(
24
  fn=greet,
25
  inputs=["text"],
26
+ outputs=["text"],
27
+ )