Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -117,7 +117,7 @@ with gr.Blocks(title="Study Assistant", theme=gr.themes.Soft()) as demo:
|
|
| 117 |
gr.Markdown("- Supported formats: PDF, DOCX, TXT")
|
| 118 |
gr.Markdown("- Maximum file size: 200MB")
|
| 119 |
gr.Markdown("- Text can be pasted directly if you don't have a file")
|
| 120 |
-
gr.Markdown("-
|
| 121 |
|
| 122 |
process_btn.click(
|
| 123 |
fn=process_document,
|
|
|
|
| 117 |
gr.Markdown("- Supported formats: PDF, DOCX, TXT")
|
| 118 |
gr.Markdown("- Maximum file size: 200MB")
|
| 119 |
gr.Markdown("- Text can be pasted directly if you don't have a file")
|
| 120 |
+
gr.Markdown("- Uses HuggingFace Pro account with Cerebras access")
|
| 121 |
|
| 122 |
process_btn.click(
|
| 123 |
fn=process_document,
|