Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ article = (
|
|
89 |
interface = gr.Interface(
|
90 |
fn=recognition,
|
91 |
inputs=inputs,
|
92 |
-
outputs=output
|
93 |
theme="Nymbo/Nymbo_Theme",
|
94 |
title=text,
|
95 |
description=description,
|
|
|
89 |
interface = gr.Interface(
|
90 |
fn=recognition,
|
91 |
inputs=inputs,
|
92 |
+
outputs=output,
|
93 |
theme="Nymbo/Nymbo_Theme",
|
94 |
title=text,
|
95 |
description=description,
|