Spaces:
Runtime error
Runtime error
Remove api key and assume model is public
Browse files
app.py
CHANGED
@@ -1,6 +1,3 @@
|
|
1 |
import gradio as gr
|
2 |
-
import os
|
3 |
|
4 |
-
|
5 |
-
|
6 |
-
gr.Interface.load("models/jsolow/grubguesser", api_key=MODEL_API_KEY).launch()
|
|
|
1 |
import gradio as gr
|
|
|
2 |
|
3 |
+
gr.Interface.load("models/jsolow/grubguesser").launch()
|
|
|
|