Spaces:
Runtime error
Runtime error
Tristan Thrush
commited on
Commit
•
5bd8508
1
Parent(s):
e3032e8
updated files for my space
Browse files- collect.py +1 -1
- requirements.txt +2 -0
collect.py
CHANGED
@@ -19,7 +19,7 @@ mturk = boto3.client(
|
|
19 |
|
20 |
# The + in the URL makes the Space easily embeddable in an iframe
|
21 |
question = ExternalQuestion(
|
22 |
-
"https://huggingface.co/spaces/
|
23 |
)
|
24 |
|
25 |
new_hit = mturk.create_hit(
|
|
|
19 |
|
20 |
# The + in the URL makes the Space easily embeddable in an iframe
|
21 |
question = ExternalQuestion(
|
22 |
+
"https://huggingface.co/spaces/Tristan/dadc/+", frame_height=600
|
23 |
)
|
24 |
|
25 |
new_hit = mturk.create_hit(
|
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
requests
|
2 |
torch
|
3 |
transformers
|
|
|
|
|
|
1 |
requests
|
2 |
torch
|
3 |
transformers
|
4 |
+
gradio
|
5 |
+
boto3
|