haya-alwarthan commited on
Commit
2814da0
·
1 Parent(s): 1eefab7

Add requestsd

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ gr.Interface(
176
  inputs=inputs_image,
177
  outputs=outputs_image,
178
  title="Coordinates of the Landmarks",
179
- ).launch(debug=True)
180
 
181
 
182
 
 
176
  inputs=inputs_image,
177
  outputs=outputs_image,
178
  title="Coordinates of the Landmarks",
179
+ ).launch()
180
 
181
 
182