Update app.py
Browse files
app.py
CHANGED
@@ -16,8 +16,8 @@ description = """
|
|
16 |
|
17 |
additional_info = """
|
18 |
### 💲 **Pricing Details** 💲
|
19 |
-
- 🆓 Free
|
20 |
-
- 💻
|
21 |
|
22 |
### 🛠️ **How It Works** 🧩
|
23 |
| Step | 🎬 Action | 📖 Description |
|
@@ -27,7 +27,7 @@ additional_info = """
|
|
27 |
| 3️⃣ | 🔥 Execute | Runs your script, tracks logs. |
|
28 |
|
29 |
### ❓ **Quick FAQs** ❓
|
30 |
-
- 🤷 "No
|
31 |
"""
|
32 |
|
33 |
|
@@ -105,7 +105,7 @@ output_message = gr.Markdown("", visible=False)
|
|
105 |
with gr.Blocks(css="style.css") as demo:
|
106 |
gr.Markdown(title)
|
107 |
gr.Markdown(description)
|
108 |
-
with gr.Accordion("👀
|
109 |
gr.Markdown(additional_info)
|
110 |
|
111 |
with gr.Row():
|
|
|
16 |
|
17 |
additional_info = """
|
18 |
### 💲 **Pricing Details** 💲
|
19 |
+
- 🆓 Free on `cpu-basic`.
|
20 |
+
- 💻 Scalable Hardware? - Spaces Hardware Has It All! Check It [Here](https://hf.co/pricing#spaces).
|
21 |
|
22 |
### 🛠️ **How It Works** 🧩
|
23 |
| Step | 🎬 Action | 📖 Description |
|
|
|
27 |
| 3️⃣ | 🔥 Execute | Runs your script, tracks logs. |
|
28 |
|
29 |
### ❓ **Quick FAQs** ❓
|
30 |
+
- 🤷 "No app.py file"? Try a reset in space settings.
|
31 |
"""
|
32 |
|
33 |
|
|
|
105 |
with gr.Blocks(css="style.css") as demo:
|
106 |
gr.Markdown(title)
|
107 |
gr.Markdown(description)
|
108 |
+
with gr.Accordion("👀 Details (Hardware, How it Works, FAQ)", open=False):
|
109 |
gr.Markdown(additional_info)
|
110 |
|
111 |
with gr.Row():
|