Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,10 +1,5 @@
|
|
| 1 |
import os
|
| 2 |
|
| 3 |
-
# Create requirements.txt content
|
| 4 |
-
requirements_content = """gradio>=4.0.0
|
| 5 |
-
groq>=0.4.0
|
| 6 |
-
"""
|
| 7 |
-
|
| 8 |
# Create app.py content (modifying the user's working Colab code slightly for HF Spaces environment variable safety)
|
| 9 |
app_content = """import gradio as gr
|
| 10 |
import os
|
|
|
|
| 1 |
import os
|
| 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
# Create app.py content (modifying the user's working Colab code slightly for HF Spaces environment variable safety)
|
| 4 |
app_content = """import gradio as gr
|
| 5 |
import os
|