Update app.py
Browse files
app.py
CHANGED
|
@@ -61,7 +61,7 @@ def predict_text(image):
|
|
| 61 |
|
| 62 |
|
| 63 |
# Gradio UI
|
| 64 |
-
with gr.Blocks(theme=gr.themes.Soft()) as
|
| 65 |
|
| 66 |
# Header
|
| 67 |
gr.Markdown(
|
|
|
|
| 61 |
|
| 62 |
|
| 63 |
# Gradio UI
|
| 64 |
+
with gr.Blocks(theme=gr.themes.Soft()) as interface:
|
| 65 |
|
| 66 |
# Header
|
| 67 |
gr.Markdown(
|