Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,4 +11,4 @@ with gr.Blocks() as demo:
|
|
11 |
score = round(result['score'] * 100, 2)
|
12 |
return f"{label} ({score}%)"
|
13 |
|
14 |
-
demo.launch()
|
|
|
11 |
score = round(result['score'] * 100, 2)
|
12 |
return f"{label} ({score}%)"
|
13 |
|
14 |
+
demo.launch(show_api=True)
|