nateraw commited on
Commit
6fc31e8
1 Parent(s): 3840a46

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (2) hide show
  1. app.py +1 -0
  2. requirements.txt +1 -1
app.py CHANGED
@@ -1,4 +1,5 @@
1
  # Gradio app to run fuego.github_run() on Hugging Face Spaces
 
2
  import gradio as gr
3
  import yaml
4
 
1
  # Gradio app to run fuego.github_run() on Hugging Face Spaces
2
+ # Hosted at https://hf.co/nateraw/fuego
3
  import gradio as gr
4
  import yaml
5
 
requirements.txt CHANGED
@@ -1,3 +1,3 @@
1
  gradio
2
  PyYAML
3
- git+https://github.com/huggingface/fuego@main#egg=fuego
1
  gradio
2
  PyYAML
3
+ fuego==0.0.8