Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
-
demo = gr.load(name="spaces/hangerrits/WeWorkWith.AI", hf_token =
|
| 3 |
demo.launch()
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
+
demo = gr.load(name="spaces/hangerrits/WeWorkWith.AI", hf_token = MY_HF_TOKEN)
|
| 3 |
demo.launch()
|