GS7776 commited on
Commit
cff4882
·
verified ·
1 Parent(s): aa48cd8

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. flagged/log.csv +2 -0
  2. 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