egezort commited on
Commit
ca2775c
·
1 Parent(s): 07219c6

Fix Hugging Face space configuration front matter

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # Image Subject Comparison Tutorial
2
 
3
  This is a Streamlit-based web application for a tutorial on determining if two images depict the same subject. It presents 8 scenarios based on specific rules, allowing users to select a scenario, view placeholder images, and choose "Yes" or "No" to receive feedback.
 
1
+ ---
2
+ title: Tutorial Hackathon
3
+ emoji: 🚀
4
+ colorFrom: blue
5
+ colorTo: red
6
+ sdk: gradio
7
+ sdk_version: "4.19.2"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
  # Image Subject Comparison Tutorial
13
 
14
  This is a Streamlit-based web application for a tutorial on determining if two images depict the same subject. It presents 8 scenarios based on specific rules, allowing users to select a scenario, view placeholder images, and choose "Yes" or "No" to receive feedback.