Spaces:
Runtime error
Runtime error
Soha Sarwar
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ with gr.Blocks() as demo:
|
|
38 |
"""
|
39 |
<div style="text-align: center; max-width: 1200px; margin: 20px auto;">
|
40 |
<h2 style="font-weight: 900; font-size: 3rem; margin: 0rem">
|
41 |
-
📸 Image-to-Text with
|
42 |
</h2>
|
43 |
<br>
|
44 |
</div>
|
@@ -66,4 +66,4 @@ with gr.Blocks() as demo:
|
|
66 |
fn=predict,
|
67 |
cache_examples=True,
|
68 |
)
|
69 |
-
demo.launch(debug=True)
|
|
|
38 |
"""
|
39 |
<div style="text-align: center; max-width: 1200px; margin: 20px auto;">
|
40 |
<h2 style="font-weight: 900; font-size: 3rem; margin: 0rem">
|
41 |
+
📸 Image-to-Text with 📝
|
42 |
</h2>
|
43 |
<br>
|
44 |
</div>
|
|
|
66 |
fn=predict,
|
67 |
cache_examples=True,
|
68 |
)
|
69 |
+
demo.launch(debug=True)
|