itbetyar commited on
Commit
04999e4
·
verified ·
1 Parent(s): 5fc01d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -58,7 +58,7 @@ header_html = """
58
 
59
  footer_html = """
60
  <div style="max-width: 900px; margin: 0 auto; text-align: center;">
61
- <h3 style="color: #7CE0E1; font-size: 1.8em; margin-top: 20px;">Leírás:</h3>
62
  <p style="font-size: 1.3em;">
63
  Fenti anyagunk az <a href="https://itbetyar.hu/mesterseges-intelligencia-fejleszto-tanfolyam/">A.I. Developer tanfolyamunk</a> egy minta anyaga. Az MNIST Digit Classifikáció minden A.I. és Machine learining tanfolyam alap modellje, anyaga. Egy remek kezdő projekt.
64
  </p>
@@ -79,7 +79,7 @@ with gr.Blocks(css=custom_css) as ablakom:
79
 
80
  with gr.Row():
81
  with gr.Column(scale=1):
82
- input_image = gr.Image(type="numpy", label="Tölts fel egy képet ...", source="upload")
83
 
84
  with gr.Row():
85
  clear_btn = gr.Button("Reset")
 
58
 
59
  footer_html = """
60
  <div style="max-width: 900px; margin: 0 auto; text-align: center;">
61
+ <h3 style="color: #7CE0E1; font-size: 1.8em; margin-top: 60px;">Leírás:</h3>
62
  <p style="font-size: 1.3em;">
63
  Fenti anyagunk az <a href="https://itbetyar.hu/mesterseges-intelligencia-fejleszto-tanfolyam/">A.I. Developer tanfolyamunk</a> egy minta anyaga. Az MNIST Digit Classifikáció minden A.I. és Machine learining tanfolyam alap modellje, anyaga. Egy remek kezdő projekt.
64
  </p>
 
79
 
80
  with gr.Row():
81
  with gr.Column(scale=1):
82
+ input_image = gr.Image(type="numpy", label="Upload an image...", source="upload", interactive=True, show_label=False)
83
 
84
  with gr.Row():
85
  clear_btn = gr.Button("Reset")