Upload folder using huggingface_hub
Browse files- __pycache__/app.cpython-310.pyc +0 -0
- app.py +1 -1
- flagged/log.csv +3 -0
__pycache__/app.cpython-310.pyc
CHANGED
Binary files a/__pycache__/app.cpython-310.pyc and b/__pycache__/app.cpython-310.pyc differ
|
|
app.py
CHANGED
@@ -30,5 +30,5 @@ def generate_video(prompt):
|
|
30 |
return video_path
|
31 |
|
32 |
|
33 |
-
demo = gr.Interface(fn=generate_video, inputs="text", outputs="
|
34 |
demo.launch(share=True)
|
|
|
30 |
return video_path
|
31 |
|
32 |
|
33 |
+
demo = gr.Interface(fn=generate_video, inputs="text", outputs="video")
|
34 |
demo.launch(share=True)
|
flagged/log.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
prompt,output,flag,username,timestamp
|
2 |
+
girl going,,,,2023-11-19 13:01:25.012087
|
3 |
+
girl going,,,,2023-11-19 13:02:10.310054
|