omerXfaruq commited on
Commit
89954ed
·
1 Parent(s): ce12d47
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,5 +7,5 @@ def temp(input):
7
  return "output"
8
 
9
 
10
- iface = gr.Interface(fn=temp, allow_screenshot=True)
11
  iface.launch(debug=True)
 
7
  return "output"
8
 
9
 
10
+ iface = gr.Interface(fn=temp, inputs="sketchpad", outputs="textbox")
11
  iface.launch(debug=True)