Spaces:
Runtime error
Runtime error
ashutosh1919
commited on
Commit
•
dbfa94f
1
Parent(s):
f2e8c83
Adding Sdk config for Gradio app
Browse files- README.md +12 -0
- app.py → gradio_app.py +0 -0
README.md
CHANGED
@@ -1,2 +1,14 @@
|
|
1 |
# quantum-perceptron
|
2 |
Implementation of Quantum Perceptron: An Artificial Neuron Implemented on an Actual Quantum Processor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# quantum-perceptron
|
2 |
Implementation of Quantum Perceptron: An Artificial Neuron Implemented on an Actual Quantum Processor
|
3 |
+
|
4 |
+
---
|
5 |
+
title: Simulate Quantum Perceptron
|
6 |
+
emoji: ⛭
|
7 |
+
colorFrom: blue
|
8 |
+
colorTo: blue
|
9 |
+
sdk: gradio
|
10 |
+
sdk_version: 3.24.1
|
11 |
+
app_file: gradio_app.py
|
12 |
+
pinned: false
|
13 |
+
license: apache-2.0
|
14 |
+
---
|
app.py → gradio_app.py
RENAMED
File without changes
|