eesfeg commited on
Commit
85fca87
·
1 Parent(s): 968899a
Files changed (2) hide show
  1. README.md +6 -10
  2. runtime.txt +1 -0
README.md CHANGED
@@ -1,13 +1,9 @@
1
  ---
2
- title: FakeImageModelKeras
3
- emoji: 📉
4
- colorFrom: red
5
- colorTo: green
6
  sdk: gradio
7
- sdk_version: 6.12.0
8
- app_file: app.py
9
- pinned: false
10
- short_description: Fake Image Model Keras
11
  ---
12
-
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ python_version: 3.10
 
 
 
3
  sdk: gradio
4
+ title: Fake Image Detect
5
+ emoji: 🖼️
6
+ colorFrom: blue
7
+ colorTo: indigo
8
  ---
9
+ # My Project
 
runtime.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ python-3.10