Gaurav Kordaiya commited on
Commit
70c4446
1 Parent(s): 8228349

add api_name

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -162,6 +162,7 @@ with gr.Blocks() as demo:
162
  flag_email,
163
  ],
164
  outputs=[label_1, label_2],
 
165
  )
166
 
167
- demo.launch(share=True)
 
162
  flag_email,
163
  ],
164
  outputs=[label_1, label_2],
165
+ api_name="prediction"
166
  )
167
 
168
+ demo.launch(debug=True)