geeksiddhant commited on
Commit
1086094
·
verified ·
1 Parent(s): 2330ae3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -7,7 +7,6 @@ demo = gr.Interface(
7
  fn=greet,
8
  inputs=["text"],
9
  outputs=["text"],
10
- api_name="predict"
11
  )
12
 
13
  demo.launch()
 
7
  fn=greet,
8
  inputs=["text"],
9
  outputs=["text"],
 
10
  )
11
 
12
  demo.launch()