Spaces:
Sleeping
Sleeping
happypoppy
commited on
Commit
•
983afba
1
Parent(s):
4f6b7c5
changed theme
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ gr.Interface(
|
|
23 |
inputs=image,
|
24 |
outputs="text",
|
25 |
interpretation="default",
|
26 |
-
theme="
|
27 |
title="API OCR",
|
28 |
description="Cette API est utilisé extraire du texte dans une image"
|
29 |
).launch()
|
|
|
23 |
inputs=image,
|
24 |
outputs="text",
|
25 |
interpretation="default",
|
26 |
+
theme="huggingface",
|
27 |
title="API OCR",
|
28 |
description="Cette API est utilisé extraire du texte dans une image"
|
29 |
).launch()
|