Spaces:
Sleeping
Sleeping
Daniel CH Tan
commited on
Commit
·
d76afbe
1
Parent(s):
f2d4204
initial commit
Browse files- app.py +3 -0
- requirements.txt +1 -0
app.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
from advprompter.optimize_prompt import demo
|
2 |
+
|
3 |
+
demo.launch()
|
requirements.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
advprompter @ git+https://github.com/dtch1997/advprompter
|