Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,8 +6,7 @@ hf_token = os.environ['HF_TOKEN']
|
|
| 6 |
|
| 7 |
|
| 8 |
iface = gr.load(name="anirudhs/web-researcher", api_key = hf_token, hf_token = hf_token, src="spaces")
|
| 9 |
-
|
| 10 |
-
interface.launch(share=True)
|
| 11 |
|
| 12 |
|
| 13 |
|
|
|
|
| 6 |
|
| 7 |
|
| 8 |
iface = gr.load(name="anirudhs/web-researcher", api_key = hf_token, hf_token = hf_token, src="spaces")
|
| 9 |
+
iface.launch(share=True)
|
|
|
|
| 10 |
|
| 11 |
|
| 12 |
|