HH3600 commited on
Commit
083808a
·
verified ·
1 Parent(s): fee4f97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,6 +7,6 @@ def gradio_wrapper(name):
7
 
8
 
9
 
10
- demo = gr.Interface(fn=greet, inputs="textbox", outputs="textbox")
11
 
12
  demo.launch(blocked_paths=my_code)
 
7
 
8
 
9
 
10
+ demo = gr.Interface(fn=gradio_wrapper, inputs="textbox", outputs="textbox")
11
 
12
  demo.launch(blocked_paths=my_code)