Spaces:
Sleeping
Sleeping
Habib U Rehman commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
%%writefile app.py
|
| 2 |
import gradio as gr
|
| 3 |
import os
|
| 4 |
from groq import Groq
|
|
@@ -58,3 +57,4 @@ with gr.Blocks(css=css) as app:
|
|
| 58 |
)
|
| 59 |
|
| 60 |
app.launch(share=True, debug=True)
|
|
|
|
|
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
import os
|
| 3 |
from groq import Groq
|
|
|
|
| 57 |
)
|
| 58 |
|
| 59 |
app.launch(share=True, debug=True)
|
| 60 |
+
|