Spaces:
Paused
Paused
Upload folder using huggingface_hub
Browse files- flagged/log.csv +2 -0
- gradio1.py +4 -0
flagged/log.csv
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name,intensity,output,flag,username,timestamp
|
| 2 |
+
George,3,"Hello, George!!!",,,2024-05-16 16:24:20.307336
|
gradio1.py
CHANGED
|
@@ -13,3 +13,7 @@ demo = gr.Interface(
|
|
| 13 |
|
| 14 |
demo.launch()
|
| 15 |
# demo.launch(share=True) # with public URL . # Share your demo with just 1 extra parameter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
demo.launch()
|
| 15 |
# demo.launch(share=True) # with public URL . # Share your demo with just 1 extra parameter
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
##
|
| 19 |
+
#gradio deploy# to deploy in HF Spaces
|