IZERE HIRWA Roger commited on
Commit
a2d3600
·
1 Parent(s): c2c7f31
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -22,7 +22,6 @@ interface = gr.Interface(
22
  outputs=gr.Textbox(label="Recognized Text"),
23
  title="Handwritten Text Recognition",
24
  description="Upload an image of handwritten text to recognize it using TrOCR.",
25
- server_name="0.0.0.0", # Ensure compatibility with Hugging Face GPUs
26
  )
27
 
28
  # Launch interface
 
22
  outputs=gr.Textbox(label="Recognized Text"),
23
  title="Handwritten Text Recognition",
24
  description="Upload an image of handwritten text to recognize it using TrOCR.",
 
25
  )
26
 
27
  # Launch interface