Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
-
import groq
|
| 3 |
from huggingface_hub import list_models
|
| 4 |
|
| 5 |
client = Groq(api_key="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")
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
+
import groq as Groq
|
| 3 |
from huggingface_hub import list_models
|
| 4 |
|
| 5 |
client = Groq(api_key="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")
|