omerXfaruq commited on
Commit
8eeaf9b
·
1 Parent(s): 89954ed

allow_screenshot

Browse files
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, inputs="sketchpad", outputs="textbox")
11
  iface.launch(debug=True)
 
7
  return "output"
8
 
9
 
10
+ iface = gr.Interface(fn=temp, inputs="sketchpad", outputs="textbox", allow_screenshot=True)
11
  iface.launch(debug=True)