Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
from repo_utils import extract_repo_content
|
4 |
-
from model_utils import get_model_summary
|
5 |
|
6 |
def format_output(extracted_content, repo_url):
|
7 |
formatted_output = f"# Repository URL: {repo_url}\n\n"
|
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
from repo_utils import extract_repo_content
|
4 |
+
from model_utils import get_model_summary, install_flash_attn
|
5 |
|
6 |
def format_output(extracted_content, repo_url):
|
7 |
formatted_output = f"# Repository URL: {repo_url}\n\n"
|