Spaces:
Runtime error
Runtime error
Synced repo using 'sync_with_huggingface' Github Action
Browse files- app.py +1 -0
- 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 |
-
|
|
|
1 |
gradio
|
2 |
PyYAML
|
3 |
+
fuego==0.0.8
|