Spaces:
Runtime error
Runtime error
init
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
-
|
| 3 |
huggingface_token = os.getenv('HF_TOKEN')
|
| 4 |
# Set up the token to use with the Hugging Face API
|
| 5 |
if huggingface_token is not None:
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
+
import os
|
| 3 |
huggingface_token = os.getenv('HF_TOKEN')
|
| 4 |
# Set up the token to use with the Hugging Face API
|
| 5 |
if huggingface_token is not None:
|