MichaelRKessler commited on
Commit
9158f99
Β·
verified Β·
1 Parent(s): a40762d

Sync from GitHub via hub-sync

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. app.py +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Image Rotator Pro
3
  emoji: πŸ”„
4
  colorFrom: indigo
5
  colorTo: purple
@@ -14,7 +14,7 @@ pinned: false
14
 
15
  This repository contains experimental scripts and applications.
16
 
17
- ## πŸ”„ Image Rotator Pro
18
 
19
  A beautiful, premium Gradio application for rotating images by standard steps or custom angles. It supports uploading files, drag-and-drop, and pasting images directly from the clipboard.
20
 
 
1
  ---
2
+ title: Image Rotator
3
  emoji: πŸ”„
4
  colorFrom: indigo
5
  colorTo: purple
 
14
 
15
  This repository contains experimental scripts and applications.
16
 
17
+ ## πŸ”„ Image Rotator
18
 
19
  A beautiful, premium Gradio application for rotating images by standard steps or custom angles. It supports uploading files, drag-and-drop, and pasting images directly from the clipboard.
20
 
app.py CHANGED
@@ -108,11 +108,11 @@ theme = gr.themes.Soft(
108
  font=[gr.themes.GoogleFont("Outfit"), "sans-serif"],
109
  )
110
 
111
- with gr.Blocks(title="Image Rotator Pro") as demo:
112
  gr.HTML(
113
  value="""
114
  <div class="header-banner">
115
- <h1>πŸ”„ Image Rotator Pro</h1>
116
  <p>Rotate your images with precision. Paste directly from the clipboard, drop files, and choose any angle.</p>
117
  </div>
118
  """
 
108
  font=[gr.themes.GoogleFont("Outfit"), "sans-serif"],
109
  )
110
 
111
+ with gr.Blocks(title="Image Rotator") as demo:
112
  gr.HTML(
113
  value="""
114
  <div class="header-banner">
115
+ <h1>πŸ”„ Image Rotator</h1>
116
  <p>Rotate your images with precision. Paste directly from the clipboard, drop files, and choose any angle.</p>
117
  </div>
118
  """