Spaces:
Runtime error
Runtime error
changes to link
Browse files
app.py
CHANGED
@@ -3,6 +3,6 @@ import os
|
|
3 |
|
4 |
hf_token = os.environ['HF_TOKEN']
|
5 |
|
6 |
-
iface = gr.load(name="anirudhs/
|
7 |
iface.queue(api_open=False).launch(show_api=False)
|
8 |
|
|
|
3 |
|
4 |
hf_token = os.environ['HF_TOKEN']
|
5 |
|
6 |
+
iface = gr.load(name="anirudhs/web-researcher", hf_token=hf_token, src="spaces")
|
7 |
iface.queue(api_open=False).launch(show_api=False)
|
8 |
|