miojizzy commited on
Commit
7bed224
·
1 Parent(s): d5c7926

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -38,8 +38,7 @@ def greet3(x, progress=gr.Progress()):
38
  demo = gr.Interface(
39
  greet3,
40
  gr.Textbox(),
41
- gr.Textbox(),
42
- examples = "./example",
43
  )
44
 
45
  #demo = gr.Interface(
 
38
  demo = gr.Interface(
39
  greet3,
40
  gr.Textbox(),
41
+ gr.Textbox()
 
42
  )
43
 
44
  #demo = gr.Interface(