Loguie commited on
Commit
4e1f2a7
·
verified ·
1 Parent(s): 5bc0f76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,3 +1,4 @@
 
1
  import gradio as gr
2
  from transformers import AutoModel, AutoProcessor
3
  import torch
 
1
+ #I used the https://www.marqo.ai/blog/how-to-create-a-hugging-face-space to help make this code.
2
  import gradio as gr
3
  from transformers import AutoModel, AutoProcessor
4
  import torch