Gaurav Kordaiya
commited on
Commit
•
70c4446
1
Parent(s):
8228349
add api_name
Browse files
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(
|
|
|
162 |
flag_email,
|
163 |
],
|
164 |
outputs=[label_1, label_2],
|
165 |
+
api_name="prediction"
|
166 |
)
|
167 |
|
168 |
+
demo.launch(debug=True)
|