Spaces:
Running
Running
Commit
·
8182f9c
1
Parent(s):
881c345
initial tinkering
Browse files
app.py
CHANGED
|
@@ -34,11 +34,3 @@ demo = gr.ChatInterface(
|
|
| 34 |
|
| 35 |
if __name__ == "__main__":
|
| 36 |
demo.launch()
|
| 37 |
-
```
|
| 38 |
-
|
| 39 |
-
**requirements.txt**:
|
| 40 |
-
```
|
| 41 |
-
gradio
|
| 42 |
-
anthropic
|
| 43 |
-
httpx
|
| 44 |
-
python-dotenv
|
|
|
|
| 34 |
|
| 35 |
if __name__ == "__main__":
|
| 36 |
demo.launch()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|