Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ General guidelines:
|
|
31 |
- Implement responsive layouts with Gradio's flexible UI system
|
32 |
- Utilize Gradio's built-in themes and styling options
|
33 |
- You can use common Python libraries like:
|
34 |
-
* gradio==5.
|
35 |
* numpy
|
36 |
* pandas
|
37 |
* torch
|
@@ -840,7 +840,7 @@ def deploy_to_huggingface(code: str):
|
|
840 |
|
841 |
# Import 문 추출 및 requirements.txt 생성을 위한 매핑
|
842 |
import_mapping = {
|
843 |
-
'gradio': 'gradio==5.
|
844 |
'numpy': 'numpy',
|
845 |
'pandas': 'pandas',
|
846 |
'torch': 'torch',
|
|
|
31 |
- Implement responsive layouts with Gradio's flexible UI system
|
32 |
- Utilize Gradio's built-in themes and styling options
|
33 |
- You can use common Python libraries like:
|
34 |
+
* gradio==5.5.0
|
35 |
* numpy
|
36 |
* pandas
|
37 |
* torch
|
|
|
840 |
|
841 |
# Import 문 추출 및 requirements.txt 생성을 위한 매핑
|
842 |
import_mapping = {
|
843 |
+
'gradio': 'gradio==5.5.0',
|
844 |
'numpy': 'numpy',
|
845 |
'pandas': 'pandas',
|
846 |
'torch': 'torch',
|