Spaces:
Runtime error
Runtime error
Marcus Gawronsky
commited on
Commit
·
31d5291
1
Parent(s):
cb336c6
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
|
4 |
-
gr.Interface.load("models/
|
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
|
4 |
+
gr.Interface.load(f"models/{os.environ['model_id']}", api_key=os.environ["HUGGING_FACE_HUB_TOKEN"]).launch()
|