Soha Sarwar commited on
Commit
4808adc
·
unverified ·
1 Parent(s): 392f103

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 Awais Nayyar 📝
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)