Spaces:
Sleeping
Sleeping
Lukas Hartrumpf
commited on
Commit
·
9bad2d0
1
Parent(s):
5fa92e6
fix imports
Browse files
app.py
CHANGED
|
@@ -1,9 +1,7 @@
|
|
| 1 |
import os
|
| 2 |
import gradio as gr
|
| 3 |
import requests
|
| 4 |
-
import inspect
|
| 5 |
import pandas as pd
|
| 6 |
-
import openai
|
| 7 |
from smolagents import CodeAgent, DuckDuckGoSearchTool, OpenAIServerModel
|
| 8 |
# Test comment
|
| 9 |
|
|
|
|
| 1 |
import os
|
| 2 |
import gradio as gr
|
| 3 |
import requests
|
|
|
|
| 4 |
import pandas as pd
|
|
|
|
| 5 |
from smolagents import CodeAgent, DuckDuckGoSearchTool, OpenAIServerModel
|
| 6 |
# Test comment
|
| 7 |
|