Spaces:
Runtime error
Runtime error
Eric Michael Martinez
commited on
Commit
•
1d8df09
1
Parent(s):
ad78278
add rest
Browse files- README.md +10 -0
- requirements.txt +3 -0
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Simon Says
|
3 |
+
emoji: 🤖
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: green
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 3.27.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
requirements.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
gradio == 3.27.0
|
2 |
+
openai == 0.27.4
|
3 |
+
python-dotenv == 1.0.0
|