Spaces:
Runtime error
Runtime error
Commit ·
8eeaf9b
1
Parent(s): 89954ed
allow_screenshot
Browse files
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)
|